Module: Gisterday
- Defined in:
- lib/gist.rb
Defined Under Namespace
Classes: Gist, GitHubAuth
Constant Summary collapse
- AUTH_URL =
"https://api.github.com/authorizations"
- GIST_URL =
"https://api.github.com/gists"
- TOKEN_LOCATION =
ENV['HOME'] + "/.gisterday"