From 6dfceea6a0d9079f4ece04a73a07edcfa79460c4 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 27 Feb 2021 15:08:39 +1300 Subject: [PATCH] Move endpoint status to documentation --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index bbafb53..02c3176 100644 --- a/README.md +++ b/README.md @@ -16,24 +16,7 @@ directly to youtube-dl and reformatting the response to be compatible. ## Status -These endpoints are somewhat implemented: - -- `/api/v1/videos/{id}` -- `/api/v1/channels/{ucid}` -- `/api/v1/channels/{ucid}/{part}` -- `/api/v1/channels/{part}/{ucid}` -- `/api/v1/search?q={search}` -- `/api/v1/search/suggestions?q={search}` -- `/api/v1/captions/{id}` -- `/vi/{id}/{file}` -- `/api/manifest/dash/id/{id}` - -## The future - -- Playlists -- Channel playlists -- Proxying video streams and ?local -- ...anything else? +[→ See the documentation.](https://git.sr.ht/~cadence/tube-docs/tree/main/item/docs/API.md) ## License