Method: BitBucket::Client#users

Defined in:
lib/bitbucket_rest_api/client.rb

#users(options = {}) ⇒ Object

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



44
45
46
# File 'lib/bitbucket_rest_api/client.rb', line 44

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