class Github::Client
def users(options = {})
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