Registry / http-client / hubcaps

hubcaps

JSON →
library0.6.2rscratesunverified

Rust interface for GitHub API.

# Cargo.toml [dependencies] hubcaps = "0.6.2"
INSTALL
IMPORT
SIG · HUBCAPS
H
hubcaps
http-clientrustv0.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Github
use hubcaps::Github;

Creates a GitHub client and accesses repositories.

use hubcaps::Github; let github = Github::new("my-user-agent").unwrap(); let repos = github.repos();
Debug
Known issues
gotchaAPI rate limiting may occur without authentication
fix
Use Github::new_with_token() for authenticated requests
affects: >=0.1.0
Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
hubcaps — cargo add hubcaps · libregistry