Updated API (markdown)

This commit is contained in:
Omar Roth 2018-08-07 14:41:28 -05:00
parent acc5fcaea1
commit e560c151fc

19
API.md
View File

@ -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`