abra-api
Toggle table of contents
1.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
abra-api
abra-api
/
ai.abra.api.service
/
TeamService
Team
Service
class
TeamService
Members
Functions
create
Link copied to clipboard
suspend
fun
create
(
organisationId
:
String
,
name
:
String
)
:
Result
<
TeamResource
,
Exception
>
Create a new team.
get
Apps
Link copied to clipboard
suspend
fun
getApps
(
teamId
:
String
)
:
Result
<
List
<
AppResource
>
,
Exception
>
Get the list of apps for a team.
list
Link copied to clipboard
suspend
fun
list
(
organisationId
:
String
)
:
Result
<
List
<
TeamResource
>
,
Exception
>
Get the list of teams for an organisation.