class Github::Repos

def collaborators(options={}, &block)

Access to Repos::Collaborators API
def collaborators(options={}, &block)
  @collaborators ||= ApiFactory.new('Repos::Collaborators', current_options.merge(options), &block)
end