mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-17 08:54:09 +01:00
Compare commits
2 commits
ec51b02a5f
...
7d87f0600e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d87f0600e | ||
|
|
85064fee55 |
|
|
@ -12,6 +12,12 @@ clients which maintain a full local persistent copy of server state.
|
|||
|
||||
## 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
|
||||
exchanging JSON objects over HTTP APIs. More efficient transports may be
|
||||
specified in future as optional extensions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue