Updated API (markdown)
This commit is contained in:
parent
e560c151fc
commit
4fe9d7dfdc
23
API.md
23
API.md
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue