class Github::Client
def oauth(options={}, &block)
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
def oauth(options={}, &block) @oauth ||= ApiFactory.new('Authorizations', current_options.merge(options), &block) end