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`
|
||||
> Given `:id`, return `video`
|
||||
> `Video` schema:
|
||||
##### GET `/api/v1/videos/:id`
|
||||
> Schema:
|
||||
```
|
||||
{
|
||||
"title": String,
|
||||
|
@ -92,7 +91,10 @@ GET `/api/v1/videos/:id`
|
|||
}
|
||||
```
|
||||
|
||||
GET `/api/v1/trending`
|
||||
##### GET `/api/v1/trending`
|
||||
> Schema:
|
||||
```
|
||||
```
|
||||
|
||||
GET `/api/v1/top`
|
||||
|
||||
|
|
Loading…
Reference in New Issue