TeamService

Functions

Link copied to clipboard
suspend fun create(organisationId: String, name: String): Result<TeamResource, Exception>

Create a new team.

Link copied to clipboard
suspend fun getApps(teamId: String): Result<List<AppResource>, Exception>

Get the list of apps for a team.

Link copied to clipboard
suspend fun list(organisationId: String): Result<List<TeamResource>, Exception>

Get the list of teams for an organisation.