Method: Github::Client#users

Defined in:
lib/github_api/client.rb

#users(options = {}, &block) ⇒ Object

Many of the resources on the users API provide a shortcut for getting information about the currently authenticated user.



83
84
85
# File 'lib/github_api/client.rb', line 83

def users(options={}, &block)
  @users ||= ApiFactory.new('Users', current_options.merge(options), &block)
end