Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/libs/Shotstack/Generated/Shotstack.EditClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ public EditClient(
{
}

/// <summary>
/// Creates a new instance of the EditClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public EditClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Shotstack.EndPointAuthorization>? authorizations,
global::Shotstack.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the EditClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Shotstack/Generated/Shotstack.IngestClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ public IngestClient(
{
}

/// <summary>
/// Creates a new instance of the IngestClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public IngestClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Shotstack.EndPointAuthorization>? authorizations,
global::Shotstack.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the IngestClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Shotstack/Generated/Shotstack.ServeClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ public ServeClient(
{
}

/// <summary>
/// Creates a new instance of the ServeClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ServeClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Shotstack.EndPointAuthorization>? authorizations,
global::Shotstack.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ServeClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Shotstack/Generated/Shotstack.ShotstackClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,27 @@ public ShotstackClient(
{
}

/// <summary>
/// Creates a new instance of the ShotstackClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ShotstackClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Shotstack.EndPointAuthorization>? authorizations,
global::Shotstack.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ShotstackClient.
/// If no httpClient is provided, a new one will be created.
Expand Down