ServerApiHandler
interface ServerApiHandler
Functions
Link copied to clipboard
abstract suspend fun getCapabilities(context: MatrixEndpointContext<GetCapabilities, Unit, GetCapabilities.Response>): GetCapabilities.Response
Link copied to clipboard
abstract suspend fun getVersions(content: MatrixEndpointContext<GetVersions, Unit, GetVersions.Response>): GetVersions.Response
Link copied to clipboard
abstract suspend fun search(context: MatrixEndpointContext<Search, Search.Request, Search.Response>): Search.Response
Link copied to clipboard
abstract suspend fun whoIs(context: MatrixEndpointContext<WhoIs, Unit, WhoIs.Response>): WhoIs.Response