TeamsInterpreter

github4s.interpreters.TeamsInterpreter
class TeamsInterpreter[F[_]](implicit client: HttpClient[F]) extends Teams[F]

Attributes

Graph
Supertypes
trait Teams[F]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override 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

Value parameters

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

Attributes

Returns

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

Definition Classes