Updated API (markdown)

This commit is contained in:
Omar Roth 2018-09-28 19:19:15 -05:00
parent c86cad8216
commit bda6d708cc

6
API.md
View File

@ -380,6 +380,7 @@ page: Int32
videoCount: Int32, videoCount: Int32,
videos: [ videos: [
{
"title": String, "title": String,
"videoId": String, "videoId": String,
"lengthSeconds": Int32, "lengthSeconds": Int32,
@ -391,6 +392,7 @@ page: Int32
height: Int32 height: Int32
} }
] ]
}
] ]
}, },
{ {
@ -460,6 +462,7 @@ page: Int32
videoCount: Int32, videoCount: Int32,
videos: [ videos: [
{
"title": String, "title": String,
"videoId": String, "videoId": String,
"lengthSeconds": Int32, "lengthSeconds": Int32,
@ -471,6 +474,7 @@ page: Int32
height: Int32 height: Int32
} }
] ]
}
] ]
}, },
{ {
@ -531,6 +535,7 @@ type: "video", "playlist", "channel", "all", (default: video)
"updated": Int64, "updated": Int64,
"videos": [ "videos": [
{
"title": String, "title": String,
"videoId": String, "videoId": String,
"author": String, "author": String,
@ -547,6 +552,7 @@ type: "video", "playlist", "channel", "all", (default: video)
], ],
"index": Int32, "index": Int32,
"lengthSeconds": Int32 "lengthSeconds": Int32
}
] ]
} }
``` ```