mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-22 22:09:22 -05:00
Updated API (markdown)
This commit is contained in:
parent
5f2b08f4a6
commit
13a896d9c9
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 New Issue
Block a user