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 ||= _create_instance Github::Authorizations, options end
def oauth(options = {}) @oauth ||= _create_instance Github::Authorizations, options end