module Travis::Client::Methods

def repos(params = {})

def repos(params = {})
  session.find_many(Repository, params)
end