/githubris

The Best Github API gem EVAR!

Primary LanguageRubyMIT LicenseMIT

Githubris

A GitHub API wrapper. Tries to have a strong DSL for performing complicated interactions.

Authentication

Basic Auth

Basic Auth is where you would supply your username and password. It is not as safe as other forms of authentication.

Example:

Githubris.basic_auth('isaacsanders', 'REDACTED')