GitXplorerGitXplorer
s

ghub

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4ba974653826cf3217c1ea62905ef4115070e205

refactor: Replace failure with anyhow

ssendyhalim committed 3 years ago
Unverified
f3f29f580c14bb2a36d5a98ce6cf62ba87b8c333

chore: Upgrade to tokio 1.0

ssendyhalim committed 4 years ago
Unverified
469613987beaa196473e7352fc8b8b38ad5c842a

fix: Get pull request detail by pull number once again to get more details from github

ssendyhalim committed 4 years ago
Unverified
298495b1830846aa175eb98fe2d4a470df19aa15

feat: Add method to list branch

ssendyhalim committed 4 years ago
Unverified
f6c0c7c3b258404c44aa3d78d19b1ff1615361fd

feat: Add method to get PR by head

ssendyhalim committed 4 years ago
Unverified
aeb1125e0d084233e45bc99e98dccdc25f879171

fix: Read error message if http status is >= 400

ssendyhalim committed 4 years ago

README

The README file for this repository.

Ghub

Simple rust github client (API v3).

Installation

Add the dependency into your Cargo.toml

[dependencies]
ghub = { version = "0.2" }

Usage

Please see the examples