Skip to content

Commit 0506986

Browse files
committed
Auto-generate wrapper from updated spec
1 parent 4b9696c commit 0506986

134 files changed

Lines changed: 3023 additions & 1639 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
BuiltByBit API
44
- API version: v2
5-
- Build date: 2026-05-12T15:39:14.172923Z[Etc/UTC]
5+
- Build date: 2026-05-15T09:36:59.288654Z[Etc/UTC]
66

77
All operations not tagged 'free' require an active [Ultimate](https://builtbybit.com/account/ultimate) subscription or invite-only permissions.
88

@@ -135,37 +135,32 @@ Class | Method | HTTP request | Description
135135
*Oauth2Api* | [**getOauth2TokenRevoke**](docs/Oauth2Api.md#getOauth2TokenRevoke) | **POST** /oauth2/token/revoke | Revoke an existing access or refresh token
136136
*ResourcesBuyerApi* | [**getV2ResourcesBuyerLatest**](docs/ResourcesBuyerApi.md#getV2ResourcesBuyerLatest) | **GET** /v2/resources/buyer/latest | Fetches the latest versions & license information
137137
*ResourcesCreatorApi* | [**getV2ResourcesCreatorAddons**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorAddons) | **GET** /v2/resources/creator/addons | Fetch a list of your resources' addons
138-
*ResourcesCreatorApi* | [**getV2ResourcesCreatorBatch**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorBatch) | **GET** /v2/resources/creator/batch | Fetch a list of your batches edits
139-
*ResourcesCreatorApi* | [**getV2ResourcesCreatorCoupons**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorCoupons) | **GET** /v2/resources/creator/coupons | Fetch a list of your coupons
140-
*ResourcesCreatorApi* | [**getV2ResourcesCreatorCouponsEntries**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorCouponsEntries) | **GET** /v2/resources/creator/coupons/entries | Fetch a list of your coupon entries
141138
*ResourcesCreatorApi* | [**getV2ResourcesCreatorLicenses**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorLicenses) | **GET** /v2/resources/creator/licenses | Fetch a list of your resources' licenses
142139
*ResourcesCreatorApi* | [**getV2ResourcesCreatorPurchases**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorPurchases) | **GET** /v2/resources/creator/purchases | Fetch a list of your resources' purchases
143140
*ResourcesCreatorApi* | [**getV2ResourcesCreatorResources**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorResources) | **GET** /v2/resources/creator/resources | Fetch a list of your resources
144141
*ResourcesCreatorApi* | [**getV2ResourcesCreatorReviews**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorReviews) | **GET** /v2/resources/creator/reviews | Fetch a list of your resources' reviews
145-
*ResourcesCreatorApi* | [**getV2ResourcesCreatorSaleEvents**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorSaleEvents) | **GET** /v2/resources/creator/sale-events | Fetch a list of your sale events
146-
*ResourcesCreatorApi* | [**getV2ResourcesCreatorSaleEventsEntries**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorSaleEventsEntries) | **GET** /v2/resources/creator/sale-events/entries | Fetch a list of your sale event entries
147142
*ResourcesCreatorApi* | [**getV2ResourcesCreatorStores**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorStores) | **GET** /v2/resources/creator/stores | Fetch a list of your stores
148143
*ResourcesCreatorApi* | [**getV2ResourcesCreatorUpdates**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorUpdates) | **GET** /v2/resources/creator/updates | Fetch a list of your resource's updates
149144
*ResourcesCreatorApi* | [**getV2ResourcesCreatorVersions**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorVersions) | **GET** /v2/resources/creator/versions | Fetch a list of your resources' versions
150-
*ResourcesCreatorApi* | [**postV2ResourcesCreatorBatch**](docs/ResourcesCreatorApi.md#postV2ResourcesCreatorBatch) | **POST** /v2/resources/creator/batch | Submit a new batch edit
151-
*ResourcesCreatorApi* | [**postV2ResourcesCreatorCoupons**](docs/ResourcesCreatorApi.md#postV2ResourcesCreatorCoupons) | **POST** /v2/resources/creator/coupons | Create a new coupon
152145
*ResourcesCreatorApi* | [**postV2ResourcesCreatorUpdate**](docs/ResourcesCreatorApi.md#postV2ResourcesCreatorUpdate) | **POST** /v2/resources/creator/update | Post a resource update
146+
*ResourcesCreatorBatchApi* | [**getV2ResourcesCreatorBatch**](docs/ResourcesCreatorBatchApi.md#getV2ResourcesCreatorBatch) | **GET** /v2/resources/creator/batch | Fetch a list of your batches edits
147+
*ResourcesCreatorBatchApi* | [**postV2ResourcesCreatorBatch**](docs/ResourcesCreatorBatchApi.md#postV2ResourcesCreatorBatch) | **POST** /v2/resources/creator/batch | Submit a new batch edit
153148
*ResourcesCreatorBundlesApi* | [**getV2ResourcesCreatorBundles**](docs/ResourcesCreatorBundlesApi.md#getV2ResourcesCreatorBundles) | **GET** /v2/resources/creator/bundles | Fetch a list of your bundles
154149
*ResourcesCreatorBundlesApi* | [**getV2ResourcesCreatorBundlesEntries**](docs/ResourcesCreatorBundlesApi.md#getV2ResourcesCreatorBundlesEntries) | **GET** /v2/resources/creator/bundles/entries | Fetch a list of your bundle entries
155150
*ResourcesCreatorCouponsApi* | [**getV2ResourcesCreatorCoupons**](docs/ResourcesCreatorCouponsApi.md#getV2ResourcesCreatorCoupons) | **GET** /v2/resources/creator/coupons | Fetch a list of your coupons
156151
*ResourcesCreatorCouponsApi* | [**getV2ResourcesCreatorCouponsEntries**](docs/ResourcesCreatorCouponsApi.md#getV2ResourcesCreatorCouponsEntries) | **GET** /v2/resources/creator/coupons/entries | Fetch a list of your coupon entries
157152
*ResourcesCreatorCouponsApi* | [**postV2ResourcesCreatorCoupons**](docs/ResourcesCreatorCouponsApi.md#postV2ResourcesCreatorCoupons) | **POST** /v2/resources/creator/coupons | Create a new coupon
158153
*ResourcesCreatorSaleEventsApi* | [**getV2ResourcesCreatorSaleEvents**](docs/ResourcesCreatorSaleEventsApi.md#getV2ResourcesCreatorSaleEvents) | **GET** /v2/resources/creator/sale-events | Fetch a list of your sale events
159154
*ResourcesCreatorSaleEventsApi* | [**getV2ResourcesCreatorSaleEventsEntries**](docs/ResourcesCreatorSaleEventsApi.md#getV2ResourcesCreatorSaleEventsEntries) | **GET** /v2/resources/creator/sale-events/entries | Fetch a list of your sale event entries
160-
*ResourcesDiscoveryApi* | [**getResourcesDiscoverCategories**](docs/ResourcesDiscoveryApi.md#getResourcesDiscoverCategories) | **GET** /v2/resources/discover/categories | Fetch a list of categories
161-
*ResourcesDiscoveryApi* | [**getResourcesDiscoverResources**](docs/ResourcesDiscoveryApi.md#getResourcesDiscoverResources) | **GET** /v2/resources/discover/resources | Fetch a list of resources
162-
*ResourcesDiscoveryApi* | [**getV2ResourcesDiscoverCartView**](docs/ResourcesDiscoveryApi.md#getV2ResourcesDiscoverCartView) | **GET** /v2/resources/discover/cart/view | View the user's cart items
163-
*ResourcesDiscoveryApi* | [**getV2ResourcesDiscoverLicenses**](docs/ResourcesDiscoveryApi.md#getV2ResourcesDiscoverLicenses) | **GET** /v2/resources/discover/licenses | Fetch a list of the user's licenses
164-
*ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartAdd**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartAdd) | **POST** /v2/resources/discover/cart/add | Add items to a user's cart
165-
*ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartCheckout**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartCheckout) | **POST** /v2/resources/discover/cart/checkout | Initiate a checkout of a user's cart
166-
*ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartCouponAdd**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartCouponAdd) | **POST** /v2/resources/discover/cart/coupon/add | Add a coupon to the user's cart
167-
*ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartCouponRemove**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartCouponRemove) | **POST** /v2/resources/discover/cart/coupon/remove | Remove a coupon from the user's cart
168-
*ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartRemove**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartRemove) | **POST** /v2/resources/discover/cart/remove | Remove an item from the user's cart
155+
*ResourcesDiscoverApi* | [**getResourcesDiscoverCategories**](docs/ResourcesDiscoverApi.md#getResourcesDiscoverCategories) | **GET** /v2/resources/discover/categories | Fetch a list of categories
156+
*ResourcesDiscoverApi* | [**getResourcesDiscoverResources**](docs/ResourcesDiscoverApi.md#getResourcesDiscoverResources) | **GET** /v2/resources/discover/resources | Fetch a list of resources
157+
*ResourcesDiscoverApi* | [**getV2ResourcesDiscoverLicenses**](docs/ResourcesDiscoverApi.md#getV2ResourcesDiscoverLicenses) | **GET** /v2/resources/discover/licenses | Fetch a list of the user's licenses
158+
*ResourcesDiscoverCartApi* | [**getV2ResourcesDiscoverCartView**](docs/ResourcesDiscoverCartApi.md#getV2ResourcesDiscoverCartView) | **GET** /v2/resources/discover/cart/view | View the user's cart items
159+
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartAdd**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartAdd) | **POST** /v2/resources/discover/cart/add | Add items to a user's cart
160+
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCheckout**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartCheckout) | **POST** /v2/resources/discover/cart/checkout | Initiate a checkout of a user's cart
161+
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponAdd**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartCouponAdd) | **POST** /v2/resources/discover/cart/coupon/add | Add a coupon to the user's cart
162+
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponRemove**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartCouponRemove) | **POST** /v2/resources/discover/cart/coupon/remove | Remove a coupon from the user's cart
163+
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartRemove**](docs/ResourcesDiscoverCartApi.md#postV2ResourcesDiscoverCartRemove) | **POST** /v2/resources/discover/cart/remove | Remove an item from the user's cart
169164

170165

171166
## Documentation for Models

api/openapi.yaml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ tags:
2727
x-page-title: Resources/Buyer
2828
- name: resources/creator
2929
x-page-title: Resources/Creator
30+
- name: resources/creator/batch
31+
x-parent: resources/creator
32+
x-page-title: Batch editing
3033
- name: resources/creator/bundles
3134
x-parent: resources/creator
3235
x-page-title: Bundles
@@ -36,8 +39,11 @@ tags:
3639
- name: resources/creator/sale-events
3740
x-parent: resources/creator
3841
x-page-title: Sale Events
39-
- name: resources/discovery
40-
x-page-title: Resources/Discovery
42+
- name: resources/discover
43+
x-page-title: Resources/Discover
44+
- name: resources/discover/cart
45+
x-parent: resources/discover
46+
x-page-title: Cart
4147
paths:
4248
/oauth2/token:
4349
post:
@@ -213,7 +219,7 @@ paths:
213219
- token: []
214220
summary: Fetch a list of resources
215221
tags:
216-
- resources/discovery
222+
- resources/discover
217223
x-stoplight:
218224
id: p24j0imx0z6cc
219225
x-accepts: application/json
@@ -265,7 +271,7 @@ paths:
265271
- token: []
266272
summary: Fetch a list of categories
267273
tags:
268-
- resources/discovery
274+
- resources/discover
269275
x-stoplight:
270276
id: 1wpuixx1xd8vo
271277
x-accepts: application/json
@@ -327,7 +333,7 @@ paths:
327333
- oauth2: []
328334
summary: Fetch a list of the user's licenses
329335
tags:
330-
- resources/discovery
336+
- resources/discover
331337
x-stoplight:
332338
id: 5ulsft847tbha
333339
x-accepts: application/json
@@ -346,7 +352,7 @@ paths:
346352
- oauth2: []
347353
summary: View the user's cart items
348354
tags:
349-
- resources/discovery
355+
- resources/discover/cart
350356
x-stoplight:
351357
id: eikr4b3wx2qem
352358
x-accepts: application/json
@@ -373,7 +379,7 @@ paths:
373379
- oauth2: []
374380
summary: Add items to a user's cart
375381
tags:
376-
- resources/discovery
382+
- resources/discover/cart
377383
x-stoplight:
378384
id: 91lnfa7dxz87w
379385
x-content-type: application/json
@@ -397,7 +403,7 @@ paths:
397403
- oauth2: []
398404
summary: Initiate a checkout of a user's cart
399405
tags:
400-
- resources/discovery
406+
- resources/discover/cart
401407
x-stoplight:
402408
id: 0x1pcudppx63b
403409
x-content-type: application/json
@@ -421,7 +427,7 @@ paths:
421427
- oauth2: []
422428
summary: Remove an item from the user's cart
423429
tags:
424-
- resources/discovery
430+
- resources/discover/cart
425431
x-stoplight:
426432
id: 12m9v5ctkpynt
427433
x-content-type: application/json
@@ -445,7 +451,7 @@ paths:
445451
- oauth2: []
446452
summary: Add a coupon to the user's cart
447453
tags:
448-
- resources/discovery
454+
- resources/discover/cart
449455
x-stoplight:
450456
id: g2gmfc32a3a14
451457
x-content-type: application/json
@@ -469,7 +475,7 @@ paths:
469475
- oauth2: []
470476
summary: Remove a coupon from the user's cart
471477
tags:
472-
- resources/discovery
478+
- resources/discover/cart
473479
x-stoplight:
474480
id: bbvokgafxl9nf
475481
x-content-type: application/json
@@ -950,7 +956,6 @@ paths:
950956
- token: []
951957
summary: Fetch a list of your sale events
952958
tags:
953-
- resources/creator
954959
- resources/creator/sale-events
955960
x-stoplight:
956961
id: e153a7jk4duox
@@ -979,7 +984,6 @@ paths:
979984
- token: []
980985
summary: Fetch a list of your sale event entries
981986
tags:
982-
- resources/creator
983987
- resources/creator/sale-events
984988
x-stoplight:
985989
id: gxhblj0l41ot9
@@ -1063,7 +1067,6 @@ paths:
10631067
- token: []
10641068
summary: Fetch a list of your coupons
10651069
tags:
1066-
- resources/creator
10671070
- resources/creator/coupons
10681071
x-stoplight:
10691072
id: w4lgpl86j65rj
@@ -1088,7 +1091,6 @@ paths:
10881091
- token: []
10891092
summary: Create a new coupon
10901093
tags:
1091-
- resources/creator
10921094
- resources/creator/coupons
10931095
x-stoplight:
10941096
id: ingjrcbpj58sm
@@ -1118,7 +1120,6 @@ paths:
11181120
- token: []
11191121
summary: Fetch a list of your coupon entries
11201122
tags:
1121-
- resources/creator
11221123
- resources/creator/coupons
11231124
x-stoplight:
11241125
id: wi9f7x6az41t3
@@ -1183,7 +1184,7 @@ paths:
11831184
- token: []
11841185
summary: Fetch a list of your batches edits
11851186
tags:
1186-
- resources/creator
1187+
- resources/creator/batch
11871188
x-stoplight:
11881189
id: icz9ioupc63pq
11891190
x-accepts: application/json
@@ -1210,7 +1211,7 @@ paths:
12101211
security: []
12111212
summary: Submit a new batch edit
12121213
tags:
1213-
- resources/creator
1214+
- resources/creator/batch
12141215
x-stoplight:
12151216
id: qa9wz2n2gcuzh
12161217
x-content-type: application/json

0 commit comments

Comments
 (0)