diff --git a/README.md b/README.md index 2e913c36..3af0653f 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,16 @@ Connections between different hosts are possible too, even if they currently are The Constellation service is a [Starlette](https://www.starlette.io )-based webserver that can supply dynamic pages ("_stars_") while being connected to the other parts of Royalnet through the Herald. +#### APIs + +The Constellation service also offers utilities for creating REST APIs as Python functions with `dict`s as inputs and outputs, leaving (de)serialization, transmission and eventually authentication to Royalnet. + ### _Deprecated:_ [Bard](royalnet/bard) The Bard module allows Royalnet services to safely download and convert video files through [youtube-dl](https://youtube-dl.org/) and [ffmpeg](https://ffmpeg.org/). It is mainly used to playback music on Discord Channels. -#### APIs - -The Constellation service also offers utilities for creating REST APIs as Python functions with `dict`s as inputs and outputs, leaving (de)serialization, transmission and eventually authentication to Royalnet. - ### Sentry Royalnet can automatically report uncaught errors in all services to a [Sentry](https://sentry.io )-compatible server, while logging them in the console in development environments to facilitate debugging. @@ -109,4 +109,4 @@ poetry install -E telegram -E discord -E matrix -E alchemy_easy -E bard -E const ## Help! -Need help in anything Royalnet-related? [Open a issue on GitHub!](https://github.com/Steffo99/royalnet/issues/new) \ No newline at end of file +Need help in anything Royalnet-related? [Open a issue on GitHub!](https://github.com/Steffo99/royalnet/issues/new)