diff --git a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsGet.g.cs b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsGet.g.cs
index da6b76b..a87e498 100644
--- a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsGet.g.cs
+++ b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsGet.g.cs
@@ -188,6 +188,157 @@ partial void ProcessActorTaskRunSyncGetDatasetItemsGetResponseContent(
bool? simplified = default,
bool? skipFailedPages = default,
global::System.Threading.CancellationToken cancellationToken = default)
+ {
+ var __response = await ActorTaskRunSyncGetDatasetItemsGetAsResponseAsync(
+ actorTaskId: actorTaskId,
+ timeout: timeout,
+ memory: memory,
+ maxItems: maxItems,
+ build: build,
+ webhooks: webhooks,
+ format: format,
+ clean: clean,
+ offset: offset,
+ limit: limit,
+ fields: fields,
+ omit: omit,
+ unwind: unwind,
+ flatten: flatten,
+ desc: desc,
+ attachment: attachment,
+ delimiter: delimiter,
+ bom: bom,
+ xmlRoot: xmlRoot,
+ xmlRow: xmlRow,
+ skipHeaderRow: skipHeaderRow,
+ skipHidden: skipHidden,
+ skipEmpty: skipEmpty,
+ simplified: simplified,
+ skipFailedPages: skipFailedPages,
+ cancellationToken: cancellationToken
+ ).ConfigureAwait(false);
+
+ return __response.Body;
+ }
+ ///
+ /// Run task synchronously and get dataset items
+ /// Run a specific task and return its dataset items.
+ /// The run must finish in 300<!-- MAX_ACTOR_JOB_SYNC_WAIT_SECS --> seconds
+ /// otherwise the HTTP request fails with a timeout error (this won't abort
+ /// the run itself).
+ /// You can send all the same options in parameters as the [Get Dataset
+ /// Items](#/reference/datasets/item-collection/get-items) API endpoint.
+ /// Beware that it might be impossible to maintain an idle HTTP connection for
+ /// an extended period, due to client timeout or network conditions. Make sure your HTTP client is
+ /// configured to have a long enough connection timeout.
+ /// If the connection breaks, you will not receive any information about the run
+ /// and its status.
+ /// To run the Task asynchronously, use the [Run task
+ /// asynchronously](#/reference/actor-tasks/run-collection/run-task) endpoint
+ /// instead.
+ ///
+ ///
+ /// Example: janedoe~my-task
+ ///
+ ///
+ /// Example: 60
+ ///
+ ///
+ /// Example: 256
+ ///
+ ///
+ /// Example: 1000
+ ///
+ ///
+ /// Example: 0.1.234
+ ///
+ ///
+ /// Example: dGhpcyBpcyBqdXN0IGV4YW1wbGUK...
+ ///
+ ///
+ /// Example: json
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: 0
+ ///
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: ;
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: items
+ ///
+ ///
+ /// Example: item
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ /// The token to cancel the operation with
+ ///
+ public async global::System.Threading.Tasks.Task> ActorTaskRunSyncGetDatasetItemsGetAsResponseAsync(
+ string actorTaskId,
+ double? timeout = default,
+ double? memory = default,
+ double? maxItems = default,
+ string? build = default,
+ string? webhooks = default,
+ string? format = default,
+ bool? clean = default,
+ double? offset = default,
+ double? limit = default,
+ string? fields = default,
+ string? omit = default,
+ string? unwind = default,
+ string? flatten = default,
+ bool? desc = default,
+ bool? attachment = default,
+ string? delimiter = default,
+ bool? bom = default,
+ string? xmlRoot = default,
+ string? xmlRow = default,
+ bool? skipHeaderRow = default,
+ bool? skipHidden = default,
+ bool? skipEmpty = default,
+ bool? simplified = default,
+ bool? skipFailedPages = default,
+ global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
@@ -604,7 +755,10 @@ partial void ProcessActorTaskRunSyncGetDatasetItemsGetResponseContent(
{
__response.EnsureSuccessStatusCode();
- return __content;
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __content);
}
catch (global::System.Exception __ex)
{
@@ -633,7 +787,10 @@ partial void ProcessActorTaskRunSyncGetDatasetItemsGetResponseContent(
#endif
).ConfigureAwait(false);
- return __content;
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __content);
}
catch (global::System.Exception __ex)
{
diff --git a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsPost.g.cs b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsPost.g.cs
index ca9f874..61588de 100644
--- a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsPost.g.cs
+++ b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunSyncGetDatasetItemsPost.g.cs
@@ -185,6 +185,180 @@ partial void ProcessActorTaskRunSyncGetDatasetItemsPostResponseContent(
public async global::System.Threading.Tasks.Task ActorTaskRunSyncGetDatasetItemsPostAsync(
string actorTaskId,
+ object request,
+ double? timeout = default,
+ double? memory = default,
+ double? maxItems = default,
+ double? maxTotalChargeUsd = default,
+ bool? restartOnError = default,
+ string? build = default,
+ string? webhooks = default,
+ string? format = default,
+ bool? clean = default,
+ double? offset = default,
+ double? limit = default,
+ string? fields = default,
+ string? omit = default,
+ string? unwind = default,
+ string? flatten = default,
+ bool? desc = default,
+ bool? attachment = default,
+ string? delimiter = default,
+ bool? bom = default,
+ string? xmlRoot = default,
+ string? xmlRow = default,
+ bool? skipHeaderRow = default,
+ bool? skipHidden = default,
+ bool? skipEmpty = default,
+ bool? simplified = default,
+ bool? skipFailedPages = default,
+ global::System.Threading.CancellationToken cancellationToken = default)
+ {
+ var __response = await ActorTaskRunSyncGetDatasetItemsPostAsResponseAsync(
+ actorTaskId: actorTaskId,
+
+ request: request,
+ timeout: timeout,
+ memory: memory,
+ maxItems: maxItems,
+ maxTotalChargeUsd: maxTotalChargeUsd,
+ restartOnError: restartOnError,
+ build: build,
+ webhooks: webhooks,
+ format: format,
+ clean: clean,
+ offset: offset,
+ limit: limit,
+ fields: fields,
+ omit: omit,
+ unwind: unwind,
+ flatten: flatten,
+ desc: desc,
+ attachment: attachment,
+ delimiter: delimiter,
+ bom: bom,
+ xmlRoot: xmlRoot,
+ xmlRow: xmlRow,
+ skipHeaderRow: skipHeaderRow,
+ skipHidden: skipHidden,
+ skipEmpty: skipEmpty,
+ simplified: simplified,
+ skipFailedPages: skipFailedPages,
+ cancellationToken: cancellationToken
+ ).ConfigureAwait(false);
+
+ return __response.Body;
+ }
+ ///
+ /// Run task synchronously and get dataset items
+ /// Runs an Actor task and synchronously returns its dataset items.
+ /// The run must finish in 300<!-- MAX_ACTOR_JOB_SYNC_WAIT_SECS --> seconds
+ /// otherwise the HTTP request fails with a timeout error (this won't abort
+ /// the run itself).
+ /// Optionally, you can override the Actor input configuration by passing a JSON
+ /// object as the POST payload and setting the `Content-Type: application/json` HTTP header.
+ /// Note that if the object in the POST payload does not define a particular
+ /// input property, the Actor run uses the default value defined by the task (or the Actor's
+ /// input schema if not defined by the task).
+ /// You can send all the same options in parameters as the [Get Dataset
+ /// Items](#/reference/datasets/item-collection/get-items) API endpoint.
+ /// Beware that it might be impossible to maintain an idle HTTP connection for
+ /// an extended period, due to client timeout or network conditions. Make sure your HTTP client is
+ /// configured to have a long enough connection timeout.
+ /// If the connection breaks, you will not receive any information about the run
+ /// and its status.
+ /// Input fields from Actor task configuration can be overloaded with values
+ /// passed as the POST payload.
+ /// Just make sure to specify the `Content-Type` header as `application/json`
+ /// and that the input is an object.
+ /// To run the task asynchronously, use the [Run
+ /// task](#/reference/actor-tasks/run-collection/run-task) API endpoint instead.
+ ///
+ ///
+ /// Example: janedoe~my-task
+ ///
+ ///
+ /// Example: 60
+ ///
+ ///
+ /// Example: 256
+ ///
+ ///
+ /// Example: 1000
+ ///
+ ///
+ /// Example: 5
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: 0.1.234
+ ///
+ ///
+ /// Example: dGhpcyBpcyBqdXN0IGV4YW1wbGUK...
+ ///
+ ///
+ /// Example: json
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: 0
+ ///
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: ;
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: items
+ ///
+ ///
+ /// Example: item
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ public async global::System.Threading.Tasks.Task> ActorTaskRunSyncGetDatasetItemsPostAsResponseAsync(
+ string actorTaskId,
+
object request,
double? timeout = default,
double? memory = default,
@@ -683,7 +857,10 @@ partial void ProcessActorTaskRunSyncGetDatasetItemsPostResponseContent(
{
__response.EnsureSuccessStatusCode();
- return __content;
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __content);
}
catch (global::System.Exception __ex)
{
@@ -712,7 +889,10 @@ partial void ProcessActorTaskRunSyncGetDatasetItemsPostResponseContent(
#endif
).ConfigureAwait(false);
- return __content;
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __content);
}
catch (global::System.Exception __ex)
{
diff --git a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunsPost.g.cs b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunsPost.g.cs
index 8573255..086580b 100644
--- a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunsPost.g.cs
+++ b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTaskRunsPost.g.cs
@@ -92,6 +92,87 @@ partial void ProcessActorTaskRunsPostResponseContent(
public async global::System.Threading.Tasks.Task ActorTaskRunsPostAsync(
string actorTaskId,
+ object request,
+ double? timeout = default,
+ double? memory = default,
+ double? maxItems = default,
+ double? maxTotalChargeUsd = default,
+ bool? restartOnError = default,
+ string? build = default,
+ double? waitForFinish = default,
+ string? webhooks = default,
+ global::System.Threading.CancellationToken cancellationToken = default)
+ {
+ var __response = await ActorTaskRunsPostAsResponseAsync(
+ actorTaskId: actorTaskId,
+
+ request: request,
+ timeout: timeout,
+ memory: memory,
+ maxItems: maxItems,
+ maxTotalChargeUsd: maxTotalChargeUsd,
+ restartOnError: restartOnError,
+ build: build,
+ waitForFinish: waitForFinish,
+ webhooks: webhooks,
+ cancellationToken: cancellationToken
+ ).ConfigureAwait(false);
+
+ return __response.Body;
+ }
+ ///
+ /// Run task
+ /// Runs an Actor task and immediately returns without waiting for the run to
+ /// finish.
+ /// Optionally, you can override the Actor input configuration by passing a JSON
+ /// object as the POST payload and setting the `Content-Type: application/json` HTTP header.
+ /// Note that if the object in the POST payload does not define a particular
+ /// input property, the Actor run uses the default value defined by the task (or Actor's input
+ /// schema if not defined by the task).
+ /// The response is the Actor Run object as returned by the [Get
+ /// run](#/reference/actor-runs/run-object-and-its-storages/get-run) endpoint.
+ /// If you want to wait for the run to finish and receive the actual output of
+ /// the Actor run as the response, use one of the [Run task
+ /// synchronously](#/reference/actor-tasks/run-task-synchronously) API endpoints
+ /// instead.
+ /// To fetch the Actor run results that are typically stored in the default
+ /// dataset, you'll need to pass the ID received in the `defaultDatasetId` field
+ /// received in the response JSON to the
+ /// [Get dataset items](#/reference/datasets/item-collection/get-items) API endpoint.
+ ///
+ ///
+ /// Example: janedoe~my-task
+ ///
+ ///
+ /// Example: 60
+ ///
+ ///
+ /// Example: 256
+ ///
+ ///
+ /// Example: 1000
+ ///
+ ///
+ /// Example: 5
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: 0.1.234
+ ///
+ ///
+ /// Example: 60
+ ///
+ ///
+ /// Example: dGhpcyBpcyBqdXN0IGV4YW1wbGUK...
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ public async global::System.Threading.Tasks.Task> ActorTaskRunsPostAsResponseAsync(
+ string actorTaskId,
+
object request,
double? timeout = default,
double? memory = default,
@@ -518,9 +599,12 @@ partial void ProcessActorTaskRunsPostResponseContent(
{
__response.EnsureSuccessStatusCode();
- return
- global::Apify.ActorTaskRunsPostResponse.FromJson(__content, JsonSerializerContext) ??
+ var __value = global::Apify.ActorTaskRunsPostResponse.FromJson(__content, JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __value);
}
catch (global::System.Exception __ex)
{
@@ -549,9 +633,12 @@ partial void ProcessActorTaskRunsPostResponseContent(
#endif
).ConfigureAwait(false);
- return
- await global::Apify.ActorTaskRunsPostResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ??
+ var __value = await global::Apify.ActorTaskRunsPostResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __value);
}
catch (global::System.Exception __ex)
{
diff --git a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTasksPost.g.cs b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTasksPost.g.cs
index 5ca2e3d..7c12bb5 100644
--- a/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTasksPost.g.cs
+++ b/src/libs/Apify/Generated/Apify.ActorTasksClient.ActorTasksPost.g.cs
@@ -37,6 +37,33 @@ partial void ProcessActorTasksPostResponseContent(
///
public async global::System.Threading.Tasks.Task ActorTasksPostAsync(
+ global::Apify.AllOf request,
+ global::System.Threading.CancellationToken cancellationToken = default)
+ {
+ var __response = await ActorTasksPostAsResponseAsync(
+
+ request: request,
+ cancellationToken: cancellationToken
+ ).ConfigureAwait(false);
+
+ return __response.Body;
+ }
+ ///
+ /// Create task
+ /// Create a new task with settings specified by the object passed as JSON in
+ /// the POST payload.
+ /// The response is the full task object as returned by the
+ /// [Get task](#/reference/tasks/task-object/get-task) endpoint.
+ /// The request needs to specify the `Content-Type: application/json` HTTP header!
+ /// When providing your API authentication token, we recommend using the
+ /// request's `Authorization` header, rather than the URL. ([More
+ /// info](#/introduction/authentication)).
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ public async global::System.Threading.Tasks.Task> ActorTasksPostAsResponseAsync(
+
global::Apify.AllOf request,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -387,9 +414,12 @@ partial void ProcessActorTasksPostResponseContent(
{
__response.EnsureSuccessStatusCode();
- return
- global::Apify.TaskResponse.FromJson(__content, JsonSerializerContext) ??
+ var __value = global::Apify.TaskResponse.FromJson(__content, JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __value);
}
catch (global::System.Exception __ex)
{
@@ -418,9 +448,12 @@ partial void ProcessActorTasksPostResponseContent(
#endif
).ConfigureAwait(false);
- return
- await global::Apify.TaskResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ??
+ var __value = await global::Apify.TaskResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __value);
}
catch (global::System.Exception __ex)
{
diff --git a/src/libs/Apify/Generated/Apify.ActorsActorBuildsClient.ActBuildsPost.g.cs b/src/libs/Apify/Generated/Apify.ActorsActorBuildsClient.ActBuildsPost.g.cs
index 369d426..aef7839 100644
--- a/src/libs/Apify/Generated/Apify.ActorsActorBuildsClient.ActBuildsPost.g.cs
+++ b/src/libs/Apify/Generated/Apify.ActorsActorBuildsClient.ActBuildsPost.g.cs
@@ -65,6 +65,53 @@ partial void ProcessActBuildsPostResponseContent(
string? tag = default,
double? waitForFinish = default,
global::System.Threading.CancellationToken cancellationToken = default)
+ {
+ var __response = await ActBuildsPostAsResponseAsync(
+ actorId: actorId,
+ version: version,
+ useCache: useCache,
+ betaPackages: betaPackages,
+ tag: tag,
+ waitForFinish: waitForFinish,
+ cancellationToken: cancellationToken
+ ).ConfigureAwait(false);
+
+ return __response.Body;
+ }
+ ///
+ /// Build Actor
+ /// Builds an Actor.
+ /// The response is the build object as returned by the
+ /// [Get build](#/reference/actors/build-object/get-build) endpoint.
+ ///
+ ///
+ /// Example: janedoe~my-actor
+ ///
+ ///
+ /// Example: 0.0
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: latest
+ ///
+ ///
+ /// Example: 60
+ ///
+ /// The token to cancel the operation with
+ ///
+ public async global::System.Threading.Tasks.Task> ActBuildsPostAsResponseAsync(
+ string actorId,
+ string version,
+ bool? useCache = default,
+ bool? betaPackages = default,
+ string? tag = default,
+ double? waitForFinish = default,
+ global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
@@ -386,9 +433,12 @@ partial void ProcessActBuildsPostResponseContent(
{
__response.EnsureSuccessStatusCode();
- return
- global::Apify.BuildResponse.FromJson(__content, JsonSerializerContext) ??
+ var __value = global::Apify.BuildResponse.FromJson(__content, JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __value);
}
catch (global::System.Exception __ex)
{
@@ -417,9 +467,12 @@ partial void ProcessActBuildsPostResponseContent(
#endif
).ConfigureAwait(false);
- return
- await global::Apify.BuildResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ??
+ var __value = await global::Apify.BuildResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
+ return new global::Apify.AutoSDKHttpResponse(
+ statusCode: __response.StatusCode,
+ headers: global::Apify.AutoSDKHttpResponse.CreateHeaders(__response),
+ body: __value);
}
catch (global::System.Exception __ex)
{
diff --git a/src/libs/Apify/Generated/Apify.ActorsActorRunsClient.ActRunSyncGetDatasetItemsGet.g.cs b/src/libs/Apify/Generated/Apify.ActorsActorRunsClient.ActRunSyncGetDatasetItemsGet.g.cs
index 58b0a0e..a4bbcba 100644
--- a/src/libs/Apify/Generated/Apify.ActorsActorRunsClient.ActRunSyncGetDatasetItemsGet.g.cs
+++ b/src/libs/Apify/Generated/Apify.ActorsActorRunsClient.ActRunSyncGetDatasetItemsGet.g.cs
@@ -200,6 +200,167 @@ partial void ProcessActRunSyncGetDatasetItemsGetResponseContent(
bool? simplified = default,
bool? skipFailedPages = default,
global::System.Threading.CancellationToken cancellationToken = default)
+ {
+ var __response = await ActRunSyncGetDatasetItemsGetAsResponseAsync(
+ actorId: actorId,
+ timeout: timeout,
+ memory: memory,
+ maxItems: maxItems,
+ maxTotalChargeUsd: maxTotalChargeUsd,
+ restartOnError: restartOnError,
+ build: build,
+ webhooks: webhooks,
+ format: format,
+ clean: clean,
+ offset: offset,
+ limit: limit,
+ fields: fields,
+ omit: omit,
+ unwind: unwind,
+ flatten: flatten,
+ desc: desc,
+ attachment: attachment,
+ delimiter: delimiter,
+ bom: bom,
+ xmlRoot: xmlRoot,
+ xmlRow: xmlRow,
+ skipHeaderRow: skipHeaderRow,
+ skipHidden: skipHidden,
+ skipEmpty: skipEmpty,
+ simplified: simplified,
+ skipFailedPages: skipFailedPages,
+ cancellationToken: cancellationToken
+ ).ConfigureAwait(false);
+
+ return __response.Body;
+ }
+ ///
+ /// Run Actor synchronously without input and get dataset items
+ /// Runs a specific Actor and returns its dataset items.
+ /// The run must finish in 300<!-- MAX_ACTOR_JOB_SYNC_WAIT_SECS --> seconds
+ /// otherwise the API endpoint returns a timeout error.
+ /// The Actor is not passed any input.
+ /// It allows to send all possible options in parameters from [Get Dataset
+ /// Items](#/reference/datasets/item-collection/get-items) API endpoint.
+ /// Beware that it might be impossible to maintain an idle HTTP connection for a
+ /// long period of time,
+ /// due to client timeout or network conditions. Make sure your HTTP client is
+ /// configured to have a long enough connection timeout.
+ /// If the connection breaks, you will not receive any information about the run
+ /// and its status.
+ /// To run the Actor asynchronously, use the [Run
+ /// Actor](#/reference/actors/run-collection/run-actor) API endpoint instead.
+ ///
+ ///
+ /// Example: janedoe~my-actor
+ ///
+ ///
+ /// Example: 60
+ ///
+ ///
+ /// Example: 256
+ ///
+ ///
+ /// Example: 1000
+ ///
+ ///
+ /// Example: 5
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: 0.1.234
+ ///
+ ///
+ /// Example: dGhpcyBpcyBqdXN0IGV4YW1wbGUK...
+ ///
+ ///
+ /// Example: json
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: 0
+ ///
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue,myOtherValue
+ ///
+ ///
+ /// Example: myValue
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: ;
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: items
+ ///
+ ///
+ /// Example: item
+ ///
+ ///
+ /// Example: true
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ ///
+ /// Example: false
+ ///
+ /// The token to cancel the operation with
+ ///
+ public async global::System.Threading.Tasks.Task>> ActRunSyncGetDatasetItemsGetAsResponseAsync(
+ string actorId,
+ double? timeout = default,
+ double? memory = default,
+ double? maxItems = default,
+ double? maxTotalChargeUsd = default,
+ bool? restartOnError = default,
+ string? build = default,
+ string? webhooks = default,
+ string? format = default,
+ bool? clean = default,
+ double? offset = default,
+ double? limit = default,
+ string? fields = default,
+ string? omit = default,
+ string? unwind = default,
+ string? flatten = default,
+ bool? desc = default,
+ bool? attachment = default,
+ string? delimiter = default,
+ bool? bom = default,
+ string? xmlRoot = default,
+ string? xmlRow = default,
+ bool? skipHeaderRow = default,
+ bool? skipHidden = default,
+ bool? skipEmpty = default,
+ bool? simplified = default,
+ bool? skipFailedPages = default,
+ global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
@@ -508,9 +669,12 @@ partial void ProcessActRunSyncGetDatasetItemsGetResponseContent(
{
__response.EnsureSuccessStatusCode();
- return
- (global::System.Collections.Generic.IList