4 API docs
lucas edited this page 2025-12-02 11:26:28 +01:00

A main goal of this project is having a well-defined HTTP API that makes it easy to build various frontends.

TODO: Make a page for each endpoint, defining the structure of the JSON that has to be sent or gets received.

List of defined endpoints:

GET

  • servers: list of servers we've joined
  • channels: list of text/voice channels in the current server
  • messages: list of messages in a certain text channel
  • account: our or other users current status

POST basics

POST admin