Skip to content

Commit 53f1263

Browse files
committed
Auto-generate wrapper from updated spec
1 parent 2f6b628 commit 53f1263

32 files changed

Lines changed: 2251 additions & 25 deletions

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ Class | Method | HTTP request | Description
138138
*BuiltByBitApi.HealthApi* | [**getV2Health**](docs/HealthApi.md#getV2Health) | **GET** /v2/health | Retrieve a health status
139139
*BuiltByBitApi.Oauth2Api* | [**getOauth2Token**](docs/Oauth2Api.md#getOauth2Token) | **POST** /oauth2/token | Request an access token using an existing grant
140140
*BuiltByBitApi.Oauth2Api* | [**getOauth2TokenRevoke**](docs/Oauth2Api.md#getOauth2TokenRevoke) | **POST** /oauth2/token/revoke | Revoke an existing access or refresh token
141-
*BuiltByBitApi.ResourcesBuyerApi* | [**getV2ResourcesBuyerLatest**](docs/ResourcesBuyerApi.md#getV2ResourcesBuyerLatest) | **GET** /v2/resources/buyer/latest | Fetches the latest versions & license information
142141
*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorAddons**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorAddons) | **GET** /v2/resources/creator/addons | Fetch a list of your resources' addons
143142
*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorLicenses**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorLicenses) | **GET** /v2/resources/creator/licenses | Fetch a list of your resources' licenses
144143
*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorPurchases**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorPurchases) | **GET** /v2/resources/creator/purchases | Fetch a list of your resources' purchases
@@ -166,6 +165,9 @@ Class | Method | HTTP request | Description
166165
*BuiltByBitApi.ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponAdd**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartCouponAdd) | **POST** /v2/resources/discover/cart/coupon/add | Add a coupon to the user's cart
167166
*BuiltByBitApi.ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponRemove**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartCouponRemove) | **POST** /v2/resources/discover/cart/coupon/remove | Remove a coupon from the user's cart
168167
*BuiltByBitApi.ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartRemove**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartRemove) | **POST** /v2/resources/discover/cart/remove | Remove an item from the user's cart
168+
*BuiltByBitApi.ResourcesEmbedApi* | [**getV2ResourcesEmbedDownload**](docs/ResourcesEmbedApi.md#getV2ResourcesEmbedDownload) | **GET** /v2/resources/embed/download | Fetch the status of a download request
169+
*BuiltByBitApi.ResourcesEmbedApi* | [**getV2ResourcesEmbedLatest**](docs/ResourcesEmbedApi.md#getV2ResourcesEmbedLatest) | **GET** /v2/resources/embed/latest | Fetches the latest versions & license information
170+
*BuiltByBitApi.ResourcesEmbedApi* | [**postV2ResourcesEmbedDownload**](docs/ResourcesEmbedApi.md#postV2ResourcesEmbedDownload) | **POST** /v2/resources/embed/download | Submit a new download request
169171

170172

171173
## Documentation for Models
@@ -184,6 +186,8 @@ Class | Method | HTTP request | Description
184186
- [BuiltByBitApi.Category](docs/Category.md)
185187
- [BuiltByBitApi.Coupon](docs/Coupon.md)
186188
- [BuiltByBitApi.CouponEntry](docs/CouponEntry.md)
189+
- [BuiltByBitApi.DownloadRequest](docs/DownloadRequest.md)
190+
- [BuiltByBitApi.DownloadStatus](docs/DownloadStatus.md)
187191
- [BuiltByBitApi.Event](docs/Event.md)
188192
- [BuiltByBitApi.Filter](docs/Filter.md)
189193
- [BuiltByBitApi.FilterChoice](docs/FilterChoice.md)
@@ -205,8 +209,6 @@ Class | Method | HTTP request | Description
205209
- [BuiltByBitApi.GetV2Events200Response](docs/GetV2Events200Response.md)
206210
- [BuiltByBitApi.GetV2Events200ResponseData](docs/GetV2Events200ResponseData.md)
207211
- [BuiltByBitApi.GetV2Health200Response](docs/GetV2Health200Response.md)
208-
- [BuiltByBitApi.GetV2ResourcesBuyerLatest200Response](docs/GetV2ResourcesBuyerLatest200Response.md)
209-
- [BuiltByBitApi.GetV2ResourcesBuyerLatest200ResponseData](docs/GetV2ResourcesBuyerLatest200ResponseData.md)
210212
- [BuiltByBitApi.GetV2ResourcesCreatorAddons200Response](docs/GetV2ResourcesCreatorAddons200Response.md)
211213
- [BuiltByBitApi.GetV2ResourcesCreatorAddons200ResponseData](docs/GetV2ResourcesCreatorAddons200ResponseData.md)
212214
- [BuiltByBitApi.GetV2ResourcesCreatorBatch200Response](docs/GetV2ResourcesCreatorBatch200Response.md)
@@ -241,6 +243,10 @@ Class | Method | HTTP request | Description
241243
- [BuiltByBitApi.GetV2ResourcesDiscoverCartView200ResponseData](docs/GetV2ResourcesDiscoverCartView200ResponseData.md)
242244
- [BuiltByBitApi.GetV2ResourcesDiscoverLicenses200Response](docs/GetV2ResourcesDiscoverLicenses200Response.md)
243245
- [BuiltByBitApi.GetV2ResourcesDiscoverLicenses200ResponseData](docs/GetV2ResourcesDiscoverLicenses200ResponseData.md)
246+
- [BuiltByBitApi.GetV2ResourcesEmbedDownload200Response](docs/GetV2ResourcesEmbedDownload200Response.md)
247+
- [BuiltByBitApi.GetV2ResourcesEmbedDownload200ResponseData](docs/GetV2ResourcesEmbedDownload200ResponseData.md)
248+
- [BuiltByBitApi.GetV2ResourcesEmbedLatest200Response](docs/GetV2ResourcesEmbedLatest200Response.md)
249+
- [BuiltByBitApi.GetV2ResourcesEmbedLatest200ResponseData](docs/GetV2ResourcesEmbedLatest200ResponseData.md)
244250
- [BuiltByBitApi.License](docs/License.md)
245251
- [BuiltByBitApi.ListStats](docs/ListStats.md)
246252
- [BuiltByBitApi.Member](docs/Member.md)
@@ -272,6 +278,9 @@ Class | Method | HTTP request | Description
272278
- [BuiltByBitApi.PostV2ResourcesDiscoverCartCouponRemoveRequest](docs/PostV2ResourcesDiscoverCartCouponRemoveRequest.md)
273279
- [BuiltByBitApi.PostV2ResourcesDiscoverCartRemove200Response](docs/PostV2ResourcesDiscoverCartRemove200Response.md)
274280
- [BuiltByBitApi.PostV2ResourcesDiscoverCartRemoveRequest](docs/PostV2ResourcesDiscoverCartRemoveRequest.md)
281+
- [BuiltByBitApi.PostV2ResourcesEmbedDownload200Response](docs/PostV2ResourcesEmbedDownload200Response.md)
282+
- [BuiltByBitApi.PostV2ResourcesEmbedDownload200ResponseData](docs/PostV2ResourcesEmbedDownload200ResponseData.md)
283+
- [BuiltByBitApi.PostV2ResourcesEmbedDownloadRequest](docs/PostV2ResourcesEmbedDownloadRequest.md)
275284
- [BuiltByBitApi.Price](docs/Price.md)
276285
- [BuiltByBitApi.Purchase](docs/Purchase.md)
277286
- [BuiltByBitApi.Resource](docs/Resource.md)

docs/DownloadRequest.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BuiltByBitApi.DownloadRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**downloadRequestId** | **Number** | | [optional]
8+
**contentType** | **String** | | [optional]
9+
**contentId** | **Number** | | [optional]
10+
**userId** | **Number** | | [optional]
11+
**token** | **String** | | [optional]
12+
**expires** | **Number** | | [optional]
13+
14+

docs/DownloadStatus.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BuiltByBitApi.DownloadStatus
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**retry** | **Boolean** | | [optional]
8+
**url** | **String** | | [optional]
9+
10+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# BuiltByBitApi.GetV2ResourcesEmbedDownload200Response
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**result** | **String** | | [optional]
8+
**data** | [**GetV2ResourcesEmbedDownload200ResponseData**](GetV2ResourcesEmbedDownload200ResponseData.md) | | [optional]
9+
10+
11+
12+
## Enum: ResultEnum
13+
14+
15+
* `success` (value: `"success"`)
16+
17+
18+
19+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BuiltByBitApi.GetV2ResourcesEmbedDownload200ResponseData
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**status** | [**DownloadStatus**](DownloadStatus.md) | | [optional]
8+
9+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# BuiltByBitApi.GetV2ResourcesEmbedLatest200Response
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**result** | **String** | | [optional]
8+
**data** | [**GetV2ResourcesEmbedLatest200ResponseData**](GetV2ResourcesEmbedLatest200ResponseData.md) | | [optional]
9+
10+
11+
12+
## Enum: ResultEnum
13+
14+
15+
* `success` (value: `"success"`)
16+
17+
18+
19+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BuiltByBitApi.GetV2ResourcesEmbedLatest200ResponseData
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**current** | [**Version**](Version.md) | | [optional]
8+
**latest** | [**Version**](Version.md) | | [optional]
9+
**hasUsageRights** | **Boolean** | | [optional]
10+
11+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# BuiltByBitApi.PostV2ResourcesEmbedDownload200Response
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**result** | **String** | | [optional]
8+
**data** | [**PostV2ResourcesEmbedDownload200ResponseData**](PostV2ResourcesEmbedDownload200ResponseData.md) | | [optional]
9+
10+
11+
12+
## Enum: ResultEnum
13+
14+
15+
* `success` (value: `"success"`)
16+
17+
18+
19+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BuiltByBitApi.PostV2ResourcesEmbedDownload200ResponseData
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**request** | [**DownloadRequest**](DownloadRequest.md) | | [optional]
8+
9+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BuiltByBitApi.PostV2ResourcesEmbedDownloadRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**nonce** | **String** | |
8+
**contentType** | **String** | |
9+
**contentId** | **Number** | |
10+
11+

0 commit comments

Comments
 (0)