class Github::Authorizations

def get(*args)

Other tags:
    Api: - public

Returns:
  • (ResponseWrapper) -
def get(*args)
  raise_authentication_error unless authenticated?
  arguments(args, required: [:authorization_id])
  get_request("/authorizations/#{authorization_id}", arguments.params)
end