Client-Server API: Difference between revisions
Jump to navigation
Jump to search
Matrix>Sininenkissa m Forgot to add a dot at the end of the sentence |
mNo edit summary Tag: 2017 source edit |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
The Client-Server API is an API specified by the [[Specification|Matrix specification]] and used when communicating between the [[Homeserver| | [[Category:API]] | ||
[[Category:Server_software]] | |||
[[Category:Client_software]] | |||
The Client-Server API is an API specified by the [[Specification|Matrix specification]] and used when communicating between the [[Homeserver|server]] 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]]. |
Latest revision as of 06:00, 23 July 2024
The Client-Server API is an API specified by the Matrix specification and used when communicating between the server 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.