mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
fix readme wtf
This commit is contained in:
parent
10f3126d44
commit
9b738b0b98
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue