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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageAnalyticsClient
public partial class AnalyticsClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace OpenRouter
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
public sealed partial class SubpackageChatClient : global::OpenRouter.ISubpackageChatClient, global::System.IDisposable
public sealed partial class AnalyticsClient : global::OpenRouter.IAnalyticsClient, global::System.IDisposable
{
/// <summary>
/// Production server
Expand Down Expand Up @@ -40,15 +40,15 @@ public sealed partial class SubpackageChatClient : global::OpenRouter.ISubpackag


/// <summary>
/// Creates a new instance of the SubpackageChatClient.
/// Creates a new instance of the AnalyticsClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="baseUri">The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageChatClient(
public AnalyticsClient(
global::System.Net.Http.HttpClient? httpClient = null,
global::System.Uri? baseUri = null,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations = null,
Expand All @@ -62,14 +62,14 @@ public SubpackageChatClient(
}

/// <summary>
/// Creates a new instance of the SubpackageChatClient with explicit options but no base URL override.
/// Creates a new instance of the AnalyticsClient 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 SubpackageChatClient(
public AnalyticsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations,
global::OpenRouter.AutoSDKClientOptions? options,
Expand All @@ -83,7 +83,7 @@ public SubpackageChatClient(
}

/// <summary>
/// Creates a new instance of the SubpackageChatClient.
/// Creates a new instance of the AnalyticsClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand All @@ -92,7 +92,7 @@ public SubpackageChatClient(
/// <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 SubpackageChatClient(
public AnalyticsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Uri? baseUri,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageAnthropicMessagesClient
public partial class AnthropicMessagesClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace OpenRouter
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
public sealed partial class SubpackagePresetsClient : global::OpenRouter.ISubpackagePresetsClient, global::System.IDisposable
public sealed partial class AnthropicMessagesClient : global::OpenRouter.IAnthropicMessagesClient, global::System.IDisposable
{
/// <summary>
/// Production server
Expand Down Expand Up @@ -40,15 +40,15 @@ public sealed partial class SubpackagePresetsClient : global::OpenRouter.ISubpac


/// <summary>
/// Creates a new instance of the SubpackagePresetsClient.
/// Creates a new instance of the AnthropicMessagesClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="baseUri">The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackagePresetsClient(
public AnthropicMessagesClient(
global::System.Net.Http.HttpClient? httpClient = null,
global::System.Uri? baseUri = null,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations = null,
Expand All @@ -62,14 +62,14 @@ public SubpackagePresetsClient(
}

/// <summary>
/// Creates a new instance of the SubpackagePresetsClient with explicit options but no base URL override.
/// Creates a new instance of the AnthropicMessagesClient 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 SubpackagePresetsClient(
public AnthropicMessagesClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations,
global::OpenRouter.AutoSDKClientOptions? options,
Expand All @@ -83,7 +83,7 @@ public SubpackagePresetsClient(
}

/// <summary>
/// Creates a new instance of the SubpackagePresetsClient.
/// Creates a new instance of the AnthropicMessagesClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand All @@ -92,7 +92,7 @@ public SubpackagePresetsClient(
/// <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 SubpackagePresetsClient(
public AnthropicMessagesClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Uri? baseUri,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageApiKeysClient
public partial class ApiKeysClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageApiKeysClient
public partial class ApiKeysClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageApiKeysClient
public partial class ApiKeysClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageApiKeysClient
public partial class ApiKeysClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageApiKeysClient
public partial class ApiKeysClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageApiKeysClient
public partial class ApiKeysClient
{


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace OpenRouter
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
public sealed partial class SubpackageByokClient : global::OpenRouter.ISubpackageByokClient, global::System.IDisposable
public sealed partial class ApiKeysClient : global::OpenRouter.IApiKeysClient, global::System.IDisposable
{
/// <summary>
/// Production server
Expand Down Expand Up @@ -40,15 +40,15 @@ public sealed partial class SubpackageByokClient : global::OpenRouter.ISubpackag


/// <summary>
/// Creates a new instance of the SubpackageByokClient.
/// Creates a new instance of the ApiKeysClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="baseUri">The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageByokClient(
public ApiKeysClient(
global::System.Net.Http.HttpClient? httpClient = null,
global::System.Uri? baseUri = null,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations = null,
Expand All @@ -62,14 +62,14 @@ public SubpackageByokClient(
}

/// <summary>
/// Creates a new instance of the SubpackageByokClient with explicit options but no base URL override.
/// Creates a new instance of the ApiKeysClient 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 SubpackageByokClient(
public ApiKeysClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations,
global::OpenRouter.AutoSDKClientOptions? options,
Expand All @@ -83,7 +83,7 @@ public SubpackageByokClient(
}

/// <summary>
/// Creates a new instance of the SubpackageByokClient.
/// Creates a new instance of the ApiKeysClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand All @@ -92,7 +92,7 @@ public SubpackageByokClient(
/// <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 SubpackageByokClient(
public ApiKeysClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Uri? baseUri,
global::System.Collections.Generic.List<global::OpenRouter.EndPointAuthorization>? authorizations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace OpenRouter
{
public partial class SubpackageBenchmarksClient
public partial class BenchmarksClient
{


Expand Down
Loading
Loading