mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-07 06:22:49 -04:00
Updated API (markdown)
This commit is contained in:
parent
c86cad8216
commit
bda6d708cc
1 changed files with 44 additions and 38 deletions
6
API.md
6
API.md
|
@ -380,6 +380,7 @@ page: Int32
|
|||
|
||||
videoCount: Int32,
|
||||
videos: [
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"lengthSeconds": Int32,
|
||||
|
@ -391,6 +392,7 @@ page: Int32
|
|||
height: Int32
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -460,6 +462,7 @@ page: Int32
|
|||
|
||||
videoCount: Int32,
|
||||
videos: [
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"lengthSeconds": Int32,
|
||||
|
@ -471,6 +474,7 @@ page: Int32
|
|||
height: Int32
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -531,6 +535,7 @@ type: "video", "playlist", "channel", "all", (default: video)
|
|||
"updated": Int64,
|
||||
|
||||
"videos": [
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"author": String,
|
||||
|
@ -547,6 +552,7 @@ type: "video", "playlist", "channel", "all", (default: video)
|
|||
],
|
||||
"index": Int32,
|
||||
"lengthSeconds": Int32
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue