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/RevAI/Generated/RevAI.AccountClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ public AccountClient(
{
}

/// <summary>
/// Creates a new instance of the AccountClient 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 AccountClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the CaptionsClient 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 CaptionsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the CaptionsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ public LanguageIdentificationJobsClient(
{
}

/// <summary>
/// Creates a new instance of the LanguageIdentificationJobsClient 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 LanguageIdentificationJobsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the LanguageIdentificationJobsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ public LanguageIdentificationResultsClient(
{
}

/// <summary>
/// Creates a new instance of the LanguageIdentificationResultsClient 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 LanguageIdentificationResultsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the RevAIClient 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 RevAIClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the SentimentAnalysisJobsClient 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 SentimentAnalysisJobsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the SentimentAnalysisResultsClient 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 SentimentAnalysisResultsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the TopicExtractionJobsClient 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 TopicExtractionJobsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the TopicExtractionResultsClient 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 TopicExtractionResultsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the TranscriptClient 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 TranscriptClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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

/// <summary>
/// Creates a new instance of the TranscriptionJobsClient 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 TranscriptionJobsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::RevAI.EndPointAuthorization>? authorizations,
global::RevAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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