Updated API (markdown)

This commit is contained in:
Omar Roth 2018-08-07 14:45:21 -05:00
parent e560c151fc
commit 4fe9d7dfdc
1 changed files with 23 additions and 0 deletions

23
API.md
View File

@ -222,4 +222,27 @@
##### GET `/api/v1/search` ##### GET `/api/v1/search`
> Schema: > Schema:
``` ```
[
{
"title": String,
"videoId": String,
"author": String,
"authorUrl": String,
"videoThumbnails": [
{
"quality": String,
"url": String,
"width": Int32,
"height": Int32
}
],
"description": String,
"descriptionHtml": String,
"viewCount": Int64,
"published": Int64,
"lengthSeconds": Int32
}
]
``` ```