mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 12:37:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2
This commit is contained in:
@@ -67,7 +67,7 @@ public class Video implements
|
||||
public GetTimelineResponse getTimeline(
|
||||
GetTimelineRequest request) throws Exception {
|
||||
String _baseUrl = Utils.templateUrl(
|
||||
this.sdkConfiguration.serverUrl, this.sdkConfiguration.getServerVariableDefaults());
|
||||
this.sdkConfiguration.serverUrl(), this.sdkConfiguration.getServerVariableDefaults());
|
||||
String _url = Utils.generateURL(
|
||||
_baseUrl,
|
||||
"/:/timeline");
|
||||
@@ -82,14 +82,15 @@ public class Video implements
|
||||
request,
|
||||
null));
|
||||
|
||||
Optional<SecuritySource> _hookSecuritySource = this.sdkConfiguration.securitySource();
|
||||
Optional<SecuritySource> _hookSecuritySource = Optional.of(this.sdkConfiguration.securitySource());
|
||||
Utils.configureSecurity(_req,
|
||||
this.sdkConfiguration.securitySource.getSecurity());
|
||||
HTTPClient _client = this.sdkConfiguration.defaultClient;
|
||||
this.sdkConfiguration.securitySource().getSecurity());
|
||||
HTTPClient _client = this.sdkConfiguration.client();
|
||||
HttpRequest _r =
|
||||
sdkConfiguration.hooks()
|
||||
.beforeRequest(
|
||||
new BeforeRequestContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
@@ -102,6 +103,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
@@ -112,6 +114,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterSuccess(
|
||||
new AfterSuccessContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
@@ -122,6 +125,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
@@ -226,7 +230,7 @@ public class Video implements
|
||||
public StartUniversalTranscodeResponse startUniversalTranscode(
|
||||
StartUniversalTranscodeRequest request) throws Exception {
|
||||
String _baseUrl = Utils.templateUrl(
|
||||
this.sdkConfiguration.serverUrl, this.sdkConfiguration.getServerVariableDefaults());
|
||||
this.sdkConfiguration.serverUrl(), this.sdkConfiguration.getServerVariableDefaults());
|
||||
String _url = Utils.generateURL(
|
||||
_baseUrl,
|
||||
"/video/:/transcode/universal/start.mpd");
|
||||
@@ -241,14 +245,15 @@ public class Video implements
|
||||
request,
|
||||
null));
|
||||
|
||||
Optional<SecuritySource> _hookSecuritySource = this.sdkConfiguration.securitySource();
|
||||
Optional<SecuritySource> _hookSecuritySource = Optional.of(this.sdkConfiguration.securitySource());
|
||||
Utils.configureSecurity(_req,
|
||||
this.sdkConfiguration.securitySource.getSecurity());
|
||||
HTTPClient _client = this.sdkConfiguration.defaultClient;
|
||||
this.sdkConfiguration.securitySource().getSecurity());
|
||||
HTTPClient _client = this.sdkConfiguration.client();
|
||||
HttpRequest _r =
|
||||
sdkConfiguration.hooks()
|
||||
.beforeRequest(
|
||||
new BeforeRequestContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
@@ -261,6 +266,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
@@ -271,6 +277,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterSuccess(
|
||||
new AfterSuccessContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
@@ -281,6 +288,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
this.sdkConfiguration,
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
|
||||
Reference in New Issue
Block a user