X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=956403552a77f947621667aea0a51ab765585ee6;hb=66ee325f573feeb61bc6c945151bf64dec6b9698;hp=10ed7e21a6b19ee3c7f19306048d002784913b2b;hpb=c27c3a27a3c032a56f22ddf528393c35646a49cd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 10ed7e21a..956403552 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ directly in the web browser with **PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit that promotes, spreads and develops free culture in general, and free-libre software in particular. If you want to support this project, please [consider -donating them](https://soutenir.framasoft.org/en/).** +donating to them](https://soutenir.framasoft.org/en/).**

Client @@ -69,7 +69,7 @@ Want to see it in action? * [peertube2.cpy.re](http://peertube2.cpy.re) * [peertube3.cpy.re](http://peertube3.cpy.re) * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) - to see how the "decentralization feature" looks like + to see what the "decentralization feature" looks like ## Why @@ -131,6 +131,7 @@ BitTorrent) inside the web browser, as of today. * nginx * PostgreSQL + * Redis * **NodeJS >= 8.x** * yarn * OpenSSL (cli) @@ -147,6 +148,13 @@ guide](/.github/CONTRIBUTING.md) to see how to contribute to PeerTube. Spoiler alert: you don't need to be a coder to help! +## API REST documentation + +For now only on Github: + + * HTML version: [/support/doc/api/html/index.html](/support/doc/api/html/index.html) + * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) + ## Architecture See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation.