Enumeration ClientPrefix

Enumeration Members

Enumeration Members

R0: "/_matrix/client/r0"

A constant representing the URI path for release 0 of the Client-Server HTTP API.

Unstable: "/_matrix/client/unstable"

A constant representing the URI path for as-yet unspecified Client-Server HTTP APIs.

V1: "/_matrix/client/v1"

A constant representing the URI path for the legacy release v1 of the Client-Server HTTP API.

V3: "/_matrix/client/v3"

A constant representing the URI path for Client-Server API endpoints versioned at v3.

Generated using TypeDoc