Updated API (markdown)

This commit is contained in:
Omar Roth 2018-11-13 20:36:57 -06:00
parent 1890cad427
commit a2164e352c
1 changed files with 7 additions and 0 deletions

7
API.md
View File

@ -318,6 +318,12 @@ Captions can also be selected with an ISO `lang`, e.g. &lang=en, `tlang` will au
}
```
Parameters:
```
sort_by: "newest", "oldest", "popular" (default: newest)
```
Note that a channel's username (if it doesn't include spaces) is also valid in place of `ucid`, e.g. `/api/v1/channels/BlenderFoundation`.
##### GET `/api/v1/channels/:ucid/videos`, `/api/v1/channels/videos/:ucid`
@ -358,6 +364,7 @@ Parameters:
```
page: Int32
sort_by: "newest", "oldest", "popular" (default: newest)
```
##### GET `/api/v1/channels/search/:ucid`