lib/github_api/client/authorizations.rb in github_api-0.14.1 vs lib/github_api/client/authorizations.rb in github_api-0.14.2
- old
+ new
@@ -13,11 +13,11 @@
#
# @see https://developer.github.com/v3/oauth_authorizations/#list-your-authorizations
#
# @example
# github = Github.new basic_auth: 'login:password'
- # github.oauth.list
- # github.oauth.list { |auth| ... }
+ # github.auth.list
+ # github.auth.list { |auth| ... }
#
# @api public
def list(*args)
raise_authentication_error unless authenticated?
arguments(args)