class Github::Client
def oauth(options = {})
An API for users to manage their own tokens. You can only access your own
def oauth(options = {}) @oauth ||= ApiFactory.new 'Authorizations', options end
def oauth(options = {}) @oauth ||= ApiFactory.new 'Authorizations', options end