From e560c151fcaf59c2ae4cd2333262106438c614c7 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 7 Aug 2018 14:41:28 -0500 Subject: [PATCH] Updated API (markdown) --- API.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/API.md b/API.md index a5016d4..089c4ec 100644 --- a/API.md +++ b/API.md @@ -198,6 +198,25 @@ ##### GET `/api/v1/channels/:ucid/videos` > Schema: ``` +[ + { + "title": String, + "videoId": String, + "videoThumbnails": [ + { + "quality": String, + "url": String, + "width": Int32, + "height": Int32 + } + ], + "description": String, + "descriptionHtml": String, + "viewCount": Int64, + "published": Int64, + "lengthSeconds": Int32 + } +] ``` ##### GET `/api/v1/search`