diff --git a/packages/core/src/storages/dataset.ts b/packages/core/src/storages/dataset.ts index 5d89ec8fc3b1..e2248da92f23 100644 --- a/packages/core/src/storages/dataset.ts +++ b/packages/core/src/storages/dataset.ts @@ -437,7 +437,7 @@ export class Dataset { * Returns an object containing general information about the dataset. * * The function returns the same object as the Apify API Client's - * [getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset) + * [DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get) * function, which in turn calls the * [Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset) * API endpoint. diff --git a/packages/core/src/storages/request_provider.ts b/packages/core/src/storages/request_provider.ts index e4105e856cb3..a09e95c90a46 100644 --- a/packages/core/src/storages/request_provider.ts +++ b/packages/core/src/storages/request_provider.ts @@ -796,7 +796,7 @@ export abstract class RequestProvider implements IStorage, IRequestManager { * Returns an object containing general information about the request queue. * * The function returns the same object as the Apify API Client's - * [getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues) + * [RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get) * function, which in turn calls the * [Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue) * API endpoint. diff --git a/website/versioned_docs/version-3.10/api-typedoc.json b/website/versioned_docs/version-3.10/api-typedoc.json index 7ebff94f719b..fbf3ea81b01f 100644 --- a/website/versioned_docs/version-3.10/api-typedoc.json +++ b/website/versioned_docs/version-3.10/api-typedoc.json @@ -116645,7 +116645,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -146573,7 +146573,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -148729,7 +148729,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -150984,7 +150984,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", diff --git a/website/versioned_docs/version-3.11/api-typedoc.json b/website/versioned_docs/version-3.11/api-typedoc.json index 109930247a84..a5bfa39be9a0 100644 --- a/website/versioned_docs/version-3.11/api-typedoc.json +++ b/website/versioned_docs/version-3.11/api-typedoc.json @@ -119227,7 +119227,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -149740,7 +149740,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -151912,7 +151912,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -154184,7 +154184,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", diff --git a/website/versioned_docs/version-3.12/api-typedoc.json b/website/versioned_docs/version-3.12/api-typedoc.json index dcfd095bcec1..e41dec92f2db 100644 --- a/website/versioned_docs/version-3.12/api-typedoc.json +++ b/website/versioned_docs/version-3.12/api-typedoc.json @@ -126287,7 +126287,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -157148,7 +157148,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -159320,7 +159320,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -161592,7 +161592,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", diff --git a/website/versioned_docs/version-3.13/api-typedoc.json b/website/versioned_docs/version-3.13/api-typedoc.json index 24826c8b93f7..75800695b2bc 100644 --- a/website/versioned_docs/version-3.13/api-typedoc.json +++ b/website/versioned_docs/version-3.13/api-typedoc.json @@ -127032,7 +127032,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -158726,7 +158726,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -160928,7 +160928,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -163256,7 +163256,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", diff --git a/website/versioned_docs/version-3.14/api-typedoc.json b/website/versioned_docs/version-3.14/api-typedoc.json index 09c3d93cff57..b390fedbbe60 100644 --- a/website/versioned_docs/version-3.14/api-typedoc.json +++ b/website/versioned_docs/version-3.14/api-typedoc.json @@ -129710,7 +129710,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -161947,7 +161947,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -164179,7 +164179,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -166551,7 +166551,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", diff --git a/website/versioned_docs/version-3.15/api-typedoc.json b/website/versioned_docs/version-3.15/api-typedoc.json index 5e275fd40067..af442382756e 100644 --- a/website/versioned_docs/version-3.15/api-typedoc.json +++ b/website/versioned_docs/version-3.15/api-typedoc.json @@ -130253,7 +130253,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -163820,7 +163820,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -166239,7 +166239,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -168722,7 +168722,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", diff --git a/website/versioned_docs/version-3.16/api-typedoc.json b/website/versioned_docs/version-3.16/api-typedoc.json index 649f922f3312..51a63fd758e8 100644 --- a/website/versioned_docs/version-3.16/api-typedoc.json +++ b/website/versioned_docs/version-3.16/api-typedoc.json @@ -226958,7 +226958,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -261798,7 +261798,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -264263,7 +264263,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -266770,7 +266770,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -507818,4 +507818,4 @@ "22": 18895 } } -} \ No newline at end of file +} diff --git a/website/versioned_docs/version-3.17/api-typedoc.json b/website/versioned_docs/version-3.17/api-typedoc.json index 21f6076a948c..3e661b8962d7 100644 --- a/website/versioned_docs/version-3.17/api-typedoc.json +++ b/website/versioned_docs/version-3.17/api-typedoc.json @@ -230128,7 +230128,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[getDataset](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-datasets-getDataset)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the dataset.\n\nThe function returns the same object as the Apify API Client's\n[DatasetClient.get()](https://docs.apify.com/api/client/js/reference/class/DatasetClient#get)\nfunction, which in turn calls the\n[Get dataset](https://apify.com/docs/api/v2#/reference/datasets/dataset/get-dataset)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -265453,7 +265453,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -267918,7 +267918,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -270425,7 +270425,7 @@ "summary": [ { "kind": "text", - "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[getQueue](https://docs.apify.com/api/apify-client-js/latest#ApifyClient-requestQueues)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" + "text": "Returns an object containing general information about the request queue.\n\nThe function returns the same object as the Apify API Client's\n[RequestQueueClient.get()](https://docs.apify.com/api/client/js/reference/class/RequestQueueClient#get)\nfunction, which in turn calls the\n[Get request queue](https://apify.com/docs/api/v2#/reference/request-queues/queue/get-request-queue)\nAPI endpoint.\n\n**Example:**\n" }, { "kind": "code", @@ -520161,4 +520161,4 @@ "22": 19398 } } -} \ No newline at end of file +}