You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*ResourcesCreatorSaleEventsApi* | [**getV2ResourcesCreatorSaleEventsEntries**](docs/Api/ResourcesCreatorSaleEventsApi.md#getv2resourcescreatorsaleeventsentries) | **GET** /v2/resources/creator/sale-events/entries | Fetch a list of your sale event entries
111
111
*ResourcesDiscoverApi* | [**getResourcesDiscoverCategories**](docs/Api/ResourcesDiscoverApi.md#getresourcesdiscovercategories) | **GET** /v2/resources/discover/categories | Fetch a list of categories
112
112
*ResourcesDiscoverApi* | [**getResourcesDiscoverResources**](docs/Api/ResourcesDiscoverApi.md#getresourcesdiscoverresources) | **GET** /v2/resources/discover/resources | Fetch a list of resources
113
+
*ResourcesDiscoverApi* | [**getV2ResourcesDiscoverDownloadDirectInitiate**](docs/Api/ResourcesDiscoverApi.md#getv2resourcesdiscoverdownloaddirectinitiate) | **GET** /v2/resources/discover/download/direct/initiate | Initiate a direct download request
114
+
*ResourcesDiscoverApi* | [**getV2ResourcesDiscoverDownloadDirectPoll**](docs/Api/ResourcesDiscoverApi.md#getv2resourcesdiscoverdownloaddirectpoll) | **GET** /v2/resources/discover/download/direct/status | Fetch the status of a direct download request
113
115
*ResourcesDiscoverApi* | [**getV2ResourcesDiscoverLicenses**](docs/Api/ResourcesDiscoverApi.md#getv2resourcesdiscoverlicenses) | **GET** /v2/resources/discover/licenses | Fetch a list of the user's licenses
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartAdd**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartadd) | **POST** /v2/resources/discover/cart/add | Add items to a user's cart
116
118
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCheckout**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartcheckout) | **POST** /v2/resources/discover/cart/checkout | Initiate a checkout of a user's cart
117
119
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponAdd**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartcouponadd) | **POST** /v2/resources/discover/cart/coupon/add | Add a coupon to the user's cart
118
120
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponRemove**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartcouponremove) | **POST** /v2/resources/discover/cart/coupon/remove | Remove a coupon from the user's cart
119
121
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartRemove**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartremove) | **POST** /v2/resources/discover/cart/remove | Remove an item from the user's cart
120
-
*ResourcesEmbedApi* | [**getV2ResourcesEmbedDownload**](docs/Api/ResourcesEmbedApi.md#getv2resourcesembeddownload) | **GET** /v2/resources/embed/download | Fetch the status of a download request
*ResourcesEmbedApi* | [**getV2ResourcesEmbedDownloadStatus**](docs/Api/ResourcesEmbedApi.md#getv2resourcesembeddownloadstatus) | **GET** /v2/resources/embed/download/status | Fetch the status of a download request
121
124
*ResourcesEmbedApi* | [**getV2ResourcesEmbedLatest**](docs/Api/ResourcesEmbedApi.md#getv2resourcesembedlatest) | **GET** /v2/resources/embed/latest | Fetches the latest versions & license information
122
-
*ResourcesEmbedApi* | [**postV2ResourcesEmbedDownload**](docs/Api/ResourcesEmbedApi.md#postv2resourcesembeddownload) | **POST** /v2/resources/embed/download | Submit a new download request
Copy file name to clipboardExpand all lines: docs/Api/ResourcesDiscoverApi.md
+124Lines changed: 124 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ All URIs are relative to https://api.builtbybit.com, except if the operation def
6
6
| ------------- | ------------- | ------------- |
7
7
|[**getResourcesDiscoverCategories()**](ResourcesDiscoverApi.md#getResourcesDiscoverCategories)|**GET** /v2/resources/discover/categories | Fetch a list of categories |
8
8
|[**getResourcesDiscoverResources()**](ResourcesDiscoverApi.md#getResourcesDiscoverResources)|**GET** /v2/resources/discover/resources | Fetch a list of resources |
9
+
|[**getV2ResourcesDiscoverDownloadDirectInitiate()**](ResourcesDiscoverApi.md#getV2ResourcesDiscoverDownloadDirectInitiate)|**GET** /v2/resources/discover/download/direct/initiate | Initiate a direct download request |
10
+
|[**getV2ResourcesDiscoverDownloadDirectPoll()**](ResourcesDiscoverApi.md#getV2ResourcesDiscoverDownloadDirectPoll)|**GET** /v2/resources/discover/download/direct/status | Fetch the status of a direct download request |
9
11
|[**getV2ResourcesDiscoverLicenses()**](ResourcesDiscoverApi.md#getV2ResourcesDiscoverLicenses)|**GET** /v2/resources/discover/licenses | Fetch a list of the user's licenses |
Copy file name to clipboardExpand all lines: docs/Api/ResourcesEmbedApi.md
+36-28Lines changed: 36 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,20 @@ All URIs are relative to https://api.builtbybit.com, except if the operation def
4
4
5
5
| Method | HTTP request | Description |
6
6
| ------------- | ------------- | ------------- |
7
-
|[**getV2ResourcesEmbedDownload()**](ResourcesEmbedApi.md#getV2ResourcesEmbedDownload)|**GET** /v2/resources/embed/download | Fetch the status of a download request |
7
+
|[**getV2ResourcesEmbedDownloadInitiate()**](ResourcesEmbedApi.md#getV2ResourcesEmbedDownloadInitiate)|**GET** /v2/resources/embed/download/initiate | Initiate a download request |
8
+
|[**getV2ResourcesEmbedDownloadStatus()**](ResourcesEmbedApi.md#getV2ResourcesEmbedDownloadStatus)|**GET** /v2/resources/embed/download/status | Fetch the status of a download request |
8
9
|[**getV2ResourcesEmbedLatest()**](ResourcesEmbedApi.md#getV2ResourcesEmbedLatest)|**GET** /v2/resources/embed/latest | Fetches the latest versions & license information |
9
-
|[**postV2ResourcesEmbedDownload()**](ResourcesEmbedApi.md#postV2ResourcesEmbedDownload)|**POST** /v2/resources/embed/download | Submit a new download request |
@@ -36,25 +38,29 @@ $apiInstance = new OpenAPI\Client\Api\ResourcesEmbedApi(
36
38
new GuzzleHttp\Client(),
37
39
$config
38
40
);
39
-
$token = 'token_example'; // string | The token provided when submitting a download request.
41
+
$content_type = 'content_type_example'; // string | Either 'resource', 'resource_version', 'api_asset'
42
+
$content_id = 56; // int
43
+
$nonce = 'nonce_example'; // string | 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc).
|**token**|**string**| The token provided when submitting a download request. ||
57
+
|**content_type**|**string**| Either 'resource', 'resource_version', 'api_asset'||
58
+
|**content_id**|**int**|||
59
+
|**nonce**|**string**| 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc). ||
@@ -96,25 +104,25 @@ $apiInstance = new OpenAPI\Client\Api\ResourcesEmbedApi(
96
104
new GuzzleHttp\Client(),
97
105
$config
98
106
);
99
-
$nonce = 'nonce_example'; // string | 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc).
107
+
$token = 'token_example'; // string | The download request token returned from an initiate request.
|**nonce**|**string**|32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc). |[optional]|
121
+
|**token**|**string**|The download request token returned from an initiate request. |[optional]|
@@ -158,33 +166,33 @@ $apiInstance = new OpenAPI\Client\Api\ResourcesEmbedApi(
158
166
new GuzzleHttp\Client(),
159
167
$config
160
168
);
161
-
$post_v2_resources_embed_download_request = new \OpenAPI\Client\Model\PostV2ResourcesEmbedDownloadRequest(); // \OpenAPI\Client\Model\PostV2ResourcesEmbedDownloadRequest
169
+
$nonce = 'nonce_example'; // string | 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc).
|**nonce**|**string**| 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc).|[optional]|
0 commit comments