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
/
OrganisationService
Organisation
Service
class
OrganisationService
Members
Functions
create
Link copied to clipboard
suspend
fun
create
(
name
:
String
)
:
Result
<
OrganisationResource
,
Exception
>
Create a new organisation.
get
Apps
Link copied to clipboard
suspend
fun
getApps
(
organisationId
:
String
)
:
Result
<
List
<
AppResource
>
,
Exception
>
Get the list of apps for an organisation.
list
Link copied to clipboard
suspend
fun
list
(
)
:
Result
<
List
<
OrganisationResource
>
,
Exception
>
Get the list of organisations.