list

abstract fun list(maxTeams: Int, handler: CompletionHandler<List<Team>>)

Lists teams to which the authenticated user belongs.

Since

0.1

Parameters

maxTeams

The maximum number of teams in the response (Range 1-1000)

handler

A closure to be executed once the request has finished.