class Github::Client
def orgs(options={}, &block)
def orgs(options={}, &block) @orgs ||= ApiFactory.new('Orgs', current_options.merge(options), &block) end
def orgs(options={}, &block) @orgs ||= ApiFactory.new('Orgs', current_options.merge(options), &block) end