mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Updated API (markdown)
This commit is contained in:
parent
5f2b08f4a6
commit
13a896d9c9
1 changed files with 6 additions and 4 deletions
10
API.md
10
API.md
|
@ -1,6 +1,5 @@
|
||||||
GET `/api/v1/videos/:id`
|
##### GET `/api/v1/videos/:id`
|
||||||
> Given `:id`, return `video`
|
> Schema:
|
||||||
> `Video` schema:
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"title": String,
|
"title": String,
|
||||||
|
@ -92,7 +91,10 @@ GET `/api/v1/videos/:id`
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
GET `/api/v1/trending`
|
##### GET `/api/v1/trending`
|
||||||
|
> Schema:
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
GET `/api/v1/top`
|
GET `/api/v1/top`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue