Client-Server API: Difference between revisions

From IM Wiki
Jump to navigation Jump to search
Matrix>Sininenkissa
Fix some gramatical issues and missing text
Matrix>Sininenkissa
m add page to APIs category
Line 1: Line 1:
[[Category:APIs]]
The Client-Server API is an API specified by the [[Specification|Matrix specification]] and used when communicating between the [[Homeserver|Server (homeserver)]] and client. These APIs are implemented with normal HTTPS requests.
The Client-Server API is an API specified by the [[Specification|Matrix specification]] and used when communicating between the [[Homeserver|Server (homeserver)]] and client. These APIs are implemented with normal HTTPS requests.


These requests are a base of what makes user transactions in Matrix possible. For server-to-server communication read [[Server-Server API]].
These requests are a base of what makes user transactions in Matrix possible. For server-to-server communication read [[Server-Server API]].

Revision as of 14:15, 21 January 2024

The Client-Server API is an API specified by the Matrix specification and used when communicating between the Server (homeserver) and client. These APIs are implemented with normal HTTPS requests.

These requests are a base of what makes user transactions in Matrix possible. For server-to-server communication read Server-Server API.