toggle menu
trixnity-clientserverapi-client
4.0.0
common
switch theme
search in API
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
ServerApiClient
Server
Api
Client
interface
ServerApiClient
Inheritors
ServerApiClientImpl
Members
Functions
get
Capabilities
Link copied to clipboard
abstract
suspend
fun
getCapabilities
(
)
:
Result
<
GetCapabilities.Response
>
get
Versions
Link copied to clipboard
abstract
suspend
fun
getVersions
(
)
:
Result
<
GetVersions.Response
>
search
Link copied to clipboard
abstract
suspend
fun
search
(
request
:
Search.Request
,
nextBatch
:
String
?
=
null
,
asUserId
:
UserId
?
=
null
)
:
Result
<
Search.Response
>
who
Is
Link copied to clipboard
abstract
suspend
fun
whoIs
(
userId
:
UserId
,
asUserId
:
UserId
?
=
null
)
:
Result
<
WhoIs.Response
>