Registry / http-client / ghee
library0.15.23rbrubygemsunverified

A complete, simple, and intuitive Ruby API for all things Github.

gem install ghee
INSTALL
IMPORT
SIG · GHEE
G
ghee
http-clientrubyv0.15.23
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.

Ghee
require 'ghee'

Authenticate and access GitHub user info

require 'ghee' gh = Ghee.basic_auth('username', 'password') user = gh.user puts user.login
Debug
Known issues
gotchaGhee uses basic auth by default; consider using OAuth tokens for security.
fix
Use Ghee.access_token('your_token') instead of basic_auth.
affects: >= 0.15.0
Upgrade
Version history
0.15.23latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
ghee — gem install ghee · libregistry