mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-31 04:42:29 +00:00
* docs: initialise new docs with docusaurus * chore: sign off Signed-off-by: izzy <me@insrt.uk> * chore: lock pnpm version in package.json Signed-off-by: izzy <me@insrt.uk> * ci: specify package json to load pnpm version from Signed-off-by: izzy <me@insrt.uk> * docs: update repo. lifecycle details Signed-off-by: izzy <me@insrt.uk> * docs: add external links to for-web, for-android chore: add default.nix to docs * docs: correct headings in contrib * ci: use cache dependency path * fix: docusaurus configuration --------- Signed-off-by: izzy <me@insrt.uk>
1.0 KiB
1.0 KiB
sidebar_position
| sidebar_position |
|---|
| 1 |
Endpoints
We are moving stuff around currently following the rebrand, guidance will follow soon!
You can connect to the API on the following URLs:
| URL | Release | Description |
|---|---|---|
https://api.revolt.chat |
Production | Primary API endpoint |
https://app.revolt.chat/api |
Production | API endpoint for old client |
https://revolt.chat/api |
Staging | API endpoint for new client |
You can connect to the events server on the following URLs:
| URL | Release | Description |
|---|---|---|
wss://ws.revolt.chat |
Production | Primary events endpoint |
wss://app.revolt.chat/events |
Production | Events endpoint for old client |
wss://revolt.chat/events |
Staging | Events endpoint for new client |