Updated API (markdown)

This commit is contained in:
Omar Roth 2018-09-28 11:00:38 -05:00
parent 439f02c4b8
commit c86cad8216

18
API.md
View File

@ -138,6 +138,24 @@ Parameters:
continuation: String continuation: String
``` ```
##### GET `/api/v1/insights/:id`
> Schema:
```javascript
{
"viewCount": Int64,
"timeWatchedText": String,
"subscriptionsDriven": Int32,
"shares": Int32,
"avgViewDurationSeconds": Int32,
"graphData": {
...
}
}
```
##### GET `/api/v1/captions/:id` ##### GET `/api/v1/captions/:id`
> Schema: > Schema: