Updated API (markdown)

This commit is contained in:
Omar Roth 2019-03-26 18:02:33 -05:00
parent 28bb719f19
commit 49381ef9e4

7
API.md
View File

@ -74,7 +74,10 @@
"lengthSeconds": Int32, "lengthSeconds": Int32,
"allowRatings": Bool, "allowRatings": Bool,
"rating": Float32, "rating": Float32,
"isListed": Bool?, "isListed": Bool,
"liveNow": Bool,
"isUpcoming": Bool,
"premiereTimestamp": Int64?,
"hlsUrl": String?, "hlsUrl": String?,
"adaptiveFormats": [ "adaptiveFormats": [
@ -189,7 +192,7 @@ continuation: String
##### GET `/api/v1/insights/:id` ##### GET `/api/v1/insights/:id`
**Will always return 503: `YouTube has removed publicly-available analytics`*** **Will always return 510: `YouTube has removed publicly-available analytics`***
> Schema: > Schema: