Teams

github4s.algebras.Teams
trait Teams[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def listTeams(org: String, pagination: Option[Pagination], headers: Map[String, String]): F[GHResponse[List[Team]]]

List the teams for a particular organization

List the teams for a particular organization

Attributes

headers

optional user headers to include in the request

org

organization for which we wish to retrieve the teams

pagination

Limit and Offset for pagination

Returns:

GHResponse[List[Team]] the list of teams for this organization