trixnity
5.2.0-SNAPSHOT.CI-20260302.101522
      Target filter
Search in API
Skip to content
    trixnity
trixnity-serverserverapi-server/de.connect2x.trixnity.serverserverapi.server/DiscoveryApiHandler

DiscoveryApiHandler

interface DiscoveryApiHandler

Functions

getServerKeys
Link copied to clipboard
abstract suspend fun getServerKeys(context: MatrixEndpointContext<GetServerKeys, Unit, Signed<ServerKeys, String>>): Signed<ServerKeys, String>
getServerVersion
Link copied to clipboard
abstract suspend fun getServerVersion(context: MatrixEndpointContext<GetServerVersion, Unit, GetServerVersion.Response>): GetServerVersion.Response
getWellKnown
Link copied to clipboard
abstract suspend fun getWellKnown(context: MatrixEndpointContext<GetWellKnown, Unit, GetWellKnown.Response>): GetWellKnown.Response
queryKeysByServer
Link copied to clipboard
abstract suspend fun queryKeysByServer(context: MatrixEndpointContext<QueryServerKeysByServer, Unit, QueryServerKeysResponse>): QueryServerKeysResponse
queryServerKeys
Link copied to clipboard
abstract suspend fun queryServerKeys(context: MatrixEndpointContext<QueryServerKeys, QueryServerKeys.Request, QueryServerKeysResponse>): QueryServerKeysResponse
Generated by Dokka
© 2026 connect2x GmbH