Compare commits

...

2 commits

Author SHA1 Message Date
Kévin Commaille 7d87f0600e
Merge 85064fee55 into b278a4e0ec 2025-06-22 12:28:17 +00:00
Kévin Commaille 85064fee55
Add note about API standards not applying to OAuth 2.0
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-06-22 14:27:42 +02:00

View file

@ -12,6 +12,12 @@ clients which maintain a full local persistent copy of server state.
## API Standards ## API Standards
{{% boxes/note %}}
These standards only apply to the APIs defined in the Matrix specification. APIs
used by this specification but defined in other specifications, like the [OAuth
2.0 API](#oauth-20-api), use their own rules.
{{% /boxes/note %}}
The mandatory baseline for client-server communication in Matrix is The mandatory baseline for client-server communication in Matrix is
exchanging JSON objects over HTTP APIs. More efficient transports may be exchanging JSON objects over HTTP APIs. More efficient transports may be
specified in future as optional extensions. specified in future as optional extensions.