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

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

/// <summary>
/// Creates a new instance of the AdminClient.
/// 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 @@ -61,6 +61,27 @@ public AgenticScrapperClient(
{
}

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

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

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

/// <summary>
/// Creates a new instance of the CrawlerClient.
/// 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 @@ -61,6 +61,27 @@ public EndpointPocClient(
{
}

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

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

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

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

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

/// <summary>
/// Creates a new instance of the HistoryClient.
/// 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 @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<string> ProxyX402PathPutAsync(
global::System.Threading.Tasks.Task<string> ProxyX402PathDeleteAsync(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand All @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathPutAsResponseAsync(
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathDeleteAsResponseAsync(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<string> ProxyX402PathPut2Async(
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete2Async(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand All @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathPut2AsResponseAsync(
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathDelete2AsResponseAsync(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<string> ProxyX402PathPut3Async(
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete3Async(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand All @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathPut3AsResponseAsync(
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathDelete3AsResponseAsync(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<string> ProxyX402PathPut4Async(
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete4Async(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand All @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathPut4AsResponseAsync(
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathDelete4AsResponseAsync(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#nullable enable

namespace ScrapeGraphAI
{
public partial interface IOrthogonalClient
{
/// <summary>
/// Proxy<br/>
/// Proxy endpoint for Orthogonal API integration.<br/>
/// Forwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}
/// </summary>
/// <param name="path"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete5Async(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Proxy<br/>
/// Proxy endpoint for Orthogonal API integration.<br/>
/// Forwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}
/// </summary>
/// <param name="path"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
global::System.Threading.Tasks.Task<global::ScrapeGraphAI.AutoSDKHttpResponse<string>> ProxyX402PathDelete5AsResponseAsync(
string path,
global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,27 @@ public MarkdownifyClient(
{
}

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

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