ServerApiClient

interface ServerApiClient

Functions

Link copied to clipboard
abstract suspend fun getCapabilities(): Result<GetCapabilities.Response>
Link copied to clipboard
abstract suspend fun getVersions(): Result<GetVersions.Response>
Link copied to clipboard
abstract suspend fun search(request: Search.Request, nextBatch: String? = null, asUserId: UserId? = null): Result<Search.Response>
Link copied to clipboard
abstract suspend fun whoIs(userId: UserId, asUserId: UserId? = null): Result<WhoIs.Response>

Inheritors

Link copied to clipboard