Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nt-generator into azure-cold-storage-article
  • Loading branch information
arthemium committed Oct 10, 2023
2 parents 9a62ad0 + 2fb51ce commit f10712c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
8 changes: 4 additions & 4 deletions oas_apivideo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4064,7 +4064,7 @@ paths:
iframe: '<iframe src="https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr" width="100%" height="100%" frameborder="0" scrolling="no" allowfullscreen=""></iframe>'
player: 'https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr'
hls: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr.m3u8'
thumbnail: 'https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
thumbnail: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
- liveStreamId: li4pqNqGUkhKfWcBGpZVLRY5
createdAt: '2020-07-29T10:45:35.000Z'
updatedAt: '2020-07-29T10:45:35.000Z'
Expand All @@ -4083,7 +4083,7 @@ paths:
iframe: '<iframe src="https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5" width="100%" height="100%" frameborder="0" scrolling="no" allowfullscreen=""></iframe>'
player: 'https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5'
hls: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8'
thumbnail: 'https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
thumbnail: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
pagination:
currentPage: 1
currentPageItems: 19
Expand Down Expand Up @@ -11044,7 +11044,7 @@ components:
iframe: '<iframe src="https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5" width="100%" height="100%" frameborder="0" scrolling="no" allowfullscreen=""></iframe>'
player: 'https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5'
hls: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8'
thumbnail: 'https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
thumbnail: 'https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg'
schemas:
link:
type: object
Expand Down Expand Up @@ -12614,7 +12614,7 @@ components:
type: string
description: A link to the thumbnail for your video.
format: uri
example: 'https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
example: 'https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg'
live-stream-session-session:
title: LiveStreamSessionSession
type: object
Expand Down
6 changes: 6 additions & 0 deletions templates/documentation/doctave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,9 @@ redirects:
to: /reference/invalid-query-parameter
- from: /reference/useful-tools
to: /
- from: /reference/get_analytics-videos-videoid
to: /delivery-analytics/analytics
- from: /reference/get_analytics-sessions-sessionid-events
to: /delivery-analytics/analytics
- from: /reference/get_analytics-live-streams-livestreamid
to: /delivery-analytics/analytics
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr"))
.hls(URI.create("https://live.api.video/li400mYKSgQ6xs7taUeSaEKr.m3u8"))
.thumbnail(URI.create("https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg")))
.thumbnail(URI.create("https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg")))
.restreams(Arrays.asList(
new RestreamsResponseObject().name("YouTube")
.serverUrl("rtmp://youtube.broadcast.example.com")
Expand All @@ -148,7 +148,7 @@ public void responseWithStatus200Test() throws ApiException {
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create(
"https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")))
"https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")))
.restreams(Arrays.asList(
new RestreamsResponseObject().name("YouTube")
.serverUrl("rtmp://youtube.broadcast.example.com")
Expand Down Expand Up @@ -191,7 +191,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create("https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
.thumbnail(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
}
}

Expand Down Expand Up @@ -230,7 +230,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create("https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
.thumbnail(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
}

@Test
Expand Down Expand Up @@ -281,7 +281,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create("https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
.thumbnail(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr"))
.hls(URI.create("https://live.api.video/li400mYKSgQ6xs7taUeSaEKr.m3u8")).thumbnail(
URI.create("https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg")))
URI.create("https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg")))
.restreams(Arrays.asList(
new RestreamsResponseObject().name("YouTube").serverUrl("rtmp://youtube.broadcast.example.com").streamKey("cc1b4df0-d1c5-4064-a8f9-9f0368385188"),
new RestreamsResponseObject().name("Twitch").serverUrl("rtmp://twitch.broadcast.example.com").streamKey("cc1b4df0-d1c5-4064-a8f9-9f0368385188"))),
Expand All @@ -134,7 +134,7 @@ public void responseWithStatus200Test() throws ApiException {
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create(
"https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")))
"https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")))
.restreams(Arrays.asList(
new RestreamsResponseObject().name("YouTube").serverUrl("rtmp://youtube.broadcast.example.com").streamKey("cc1b4df0-d1c5-4064-a8f9-9f0368385135"),
new RestreamsResponseObject().name("Twitch").serverUrl("rtmp://twitch.broadcast.example.com").streamKey("cc1b4df0-d1c5-4064-a8f9-9f0368385135"))));
Expand Down Expand Up @@ -172,7 +172,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create("https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
.thumbnail(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
}
}

Expand Down Expand Up @@ -211,7 +211,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create("https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
.thumbnail(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
}

@Test
Expand Down Expand Up @@ -259,7 +259,7 @@ public void responseWithStatus200Test() throws ApiException {
"<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>")
.player(URI.create("https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5"))
.hls(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8"))
.thumbnail(URI.create("https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
.thumbnail(URI.create("https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg")));
}

@Test
Expand Down

0 comments on commit f10712c

Please sign in to comment.