class Github::Client

def oauth(options = {})

tokens, and only through Basic Authentication.
An API for users to manage their own tokens. You can only access your own
def oauth(options = {})
  @oauth ||= ApiFactory.new 'Authorizations', options
end