Skip to content

Commit 03651b4

Browse files
committed
fix: Fixed xml docs.
1 parent f5fed75 commit 03651b4

File tree

29 files changed

+87
-58
lines changed

29 files changed

+87
-58
lines changed

src/libs/AutoSDK/Sources/Sources.Authorizations.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ namespace {authorization.Settings.Namespace}
8181
{{
8282
public sealed partial class {authorization.Settings.ClassName}
8383
{{
84-
/// <inheritdoc cref=""{authorization.Settings.ClassName}(global::System.Net.Http.HttpClient?, global::System.Uri?)""/>
84+
/// <inheritdoc cref=""{authorization.Settings.ClassName}(global::System.Net.Http.HttpClient?, global::System.Uri?, global::{authorization.Settings.Namespace}.EndPointAuthorization?)""/>
8585
public {authorization.Settings.ClassName}(
8686
{string.Join("\n", authorization.Parameters.Select(x => $@"
8787
string {x},"))}
8888
global::System.Net.Http.HttpClient? httpClient = null,
89-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
89+
global::System.Uri? baseUri = null,
90+
global::{authorization.Settings.Namespace}.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
9091
{{
9192
Authorizing(_httpClient, {string.Join(", ", authorization.Parameters.Select(x => $"ref {x}"))});
9293

src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/SystemTextJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/SystemTextJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/SystemTextJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/NewtonsoftJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class OpenAiClient
88
{
9-
/// <inheritdoc cref="OpenAiClient(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="OpenAiClient(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public OpenAiClient(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/SystemTextJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class OpenAiClient
88
{
9-
/// <inheritdoc cref="OpenAiClient(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="OpenAiClient(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public OpenAiClient(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Together/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/Together/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/SystemTextJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/SystemTextJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/SystemTextJson/_#G.Api.Constructors..g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ namespace G
66
{
77
public sealed partial class Api
88
{
9-
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?)"/>
9+
/// <inheritdoc cref="Api(global::System.Net.Http.HttpClient?, global::System.Uri?, global::G.EndPointAuthorization?)"/>
1010
public Api(
1111
string apiKey,
1212
global::System.Net.Http.HttpClient? httpClient = null,
13-
global::System.Uri? baseUri = null) : this(httpClient, baseUri)
13+
global::System.Uri? baseUri = null,
14+
global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization)
1415
{
1516
Authorizing(_httpClient, ref apiKey);
1617

0 commit comments

Comments
 (0)