aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-17 11:11:25 +0200
committerChocobozzz <me@florianbigard.com>2018-04-17 11:12:37 +0200
commitc0c7416a233d1bf1ed197b8f383aca74bc27c3f0 (patch)
tree1af5164085e8b1357de84ef76ea70c829e51a4d9 /README.md
parent7b87d2d5141d0eb48db2a3fd162208d6a79b2035 (diff)
downloadPeerTube-c0c7416a233d1bf1ed197b8f383aca74bc27c3f0.tar.gz
PeerTube-c0c7416a233d1bf1ed197b8f383aca74bc27c3f0.tar.zst
PeerTube-c0c7416a233d1bf1ed197b8f383aca74bc27c3f0.zip
Add rest api quickstart
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 19233307c..c49d5a27d 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,9 @@ coder to help!
119 119
120## API REST documentation 120## API REST documentation
121 121
122For now only on Github: 122Quick Start: [/support/doc/api/quickstart.md](/support/doc/api/quickstart.md)
123
124Endpoints documentation:
123 125
124 * HTML version: [/support/doc/api/html/index.html](https://htmlpreview.github.io/?https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/html/index.html) 126 * HTML version: [/support/doc/api/html/index.html](https://htmlpreview.github.io/?https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/html/index.html)
125 * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) 127 * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml)