class Github::Client

def orgs(options = {})

def orgs(options = {})
  @orgs ||= ApiFactory.new 'Orgs', options
end