class Github::Client
def users(options = {})
information about the currently authenticated user.
Many of the resources on the users API provide a shortcut for getting
def users(options = {}) @users ||= ApiFactory.new 'Users', options end
def users(options = {}) @users ||= ApiFactory.new 'Users', options end