class Github::Client

def oauth(options={}, &block)

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