ServerApiClient

Functions

Link copied to clipboard
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): Result<Search.Response>
Link copied to clipboard
abstract suspend fun whoIs(userId: UserId): Result<WhoIs.Response>