Skip to content

Commit 0409f1e

Browse files
committed
Auto-generate wrapper from updated spec
1 parent 8a7d107 commit 0409f1e

121 files changed

Lines changed: 118 additions & 502 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: 1 addition & 3 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-04-15T04:38:00.884070Z[Etc/UTC]
5+
- Build date: 2026-04-15T10:08:03.846487Z[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,8 +135,6 @@ Class | Method | HTTP request | Description
135135
*ResourcesBuyerApi* | [**getV2ResourcesBuyerLatest**](docs/ResourcesBuyerApi.md#getV2ResourcesBuyerLatest) | **GET** /v2/resources/buyer/latest | Fetches the latest versions & license information
136136
*ResourcesCreatorApi* | [**getV2ResourcesCreatorAddons**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorAddons) | **GET** /v2/resources/creator/addons | Fetch a list of your resources' addons
137137
*ResourcesCreatorApi* | [**getV2ResourcesCreatorBatch**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorBatch) | **GET** /v2/resources/creator/batch | Fetch a list of your batches edits
138-
*ResourcesCreatorApi* | [**getV2ResourcesCreatorBundles**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorBundles) | **GET** /v2/resources/creator/bundles | Fetch a list of your bundles
139-
*ResourcesCreatorApi* | [**getV2ResourcesCreatorBundlesEntries**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorBundlesEntries) | **GET** /v2/resources/creator/bundles/entries | Fetch a list of your bundle entries
140138
*ResourcesCreatorApi* | [**getV2ResourcesCreatorCoupons**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorCoupons) | **GET** /v2/resources/creator/coupons | Fetch a list of your coupons
141139
*ResourcesCreatorApi* | [**getV2ResourcesCreatorCouponsEntries**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorCouponsEntries) | **GET** /v2/resources/creator/coupons/entries | Fetch a list of your coupon entries
142140
*ResourcesCreatorApi* | [**getV2ResourcesCreatorLicenses**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorLicenses) | **GET** /v2/resources/creator/licenses | Fetch a list of your resources' licenses

api/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@ paths:
874874
- token: []
875875
summary: Fetch a list of your bundles
876876
tags:
877-
- resources/creator
878877
- resources/creator/bundles
879878
x-stoplight:
880879
id: 8rr5mssb968xc
@@ -903,7 +902,6 @@ paths:
903902
- token: []
904903
summary: Fetch a list of your bundle entries
905904
tags:
906-
- resources/creator
907905
- resources/creator/bundles
908906
x-stoplight:
909907
id: ppk1s05ia84fa

docs/ResourcesCreatorApi.md

Lines changed: 0 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ All URIs are relative to *https://api.builtbybit.com*
66
|------------- | ------------- | -------------|
77
| [**getV2ResourcesCreatorAddons**](ResourcesCreatorApi.md#getV2ResourcesCreatorAddons) | **GET** /v2/resources/creator/addons | Fetch a list of your resources' addons |
88
| [**getV2ResourcesCreatorBatch**](ResourcesCreatorApi.md#getV2ResourcesCreatorBatch) | **GET** /v2/resources/creator/batch | Fetch a list of your batches edits |
9-
| [**getV2ResourcesCreatorBundles**](ResourcesCreatorApi.md#getV2ResourcesCreatorBundles) | **GET** /v2/resources/creator/bundles | Fetch a list of your bundles |
10-
| [**getV2ResourcesCreatorBundlesEntries**](ResourcesCreatorApi.md#getV2ResourcesCreatorBundlesEntries) | **GET** /v2/resources/creator/bundles/entries | Fetch a list of your bundle entries |
119
| [**getV2ResourcesCreatorCoupons**](ResourcesCreatorApi.md#getV2ResourcesCreatorCoupons) | **GET** /v2/resources/creator/coupons | Fetch a list of your coupons |
1210
| [**getV2ResourcesCreatorCouponsEntries**](ResourcesCreatorApi.md#getV2ResourcesCreatorCouponsEntries) | **GET** /v2/resources/creator/coupons/entries | Fetch a list of your coupon entries |
1311
| [**getV2ResourcesCreatorLicenses**](ResourcesCreatorApi.md#getV2ResourcesCreatorLicenses) | **GET** /v2/resources/creator/licenses | Fetch a list of your resources' licenses |
@@ -158,140 +156,6 @@ public class Example {
158156
|-------------|-------------|------------------|
159157
| **200** | OK | - |
160158

161-
<a id="getV2ResourcesCreatorBundles"></a>
162-
# **getV2ResourcesCreatorBundles**
163-
> GetV2ResourcesCreatorBundles200Response getV2ResourcesCreatorBundles(bundleIds)
164-
165-
Fetch a list of your bundles
166-
167-
### Example
168-
```java
169-
// Import classes:
170-
import org.openapitools.client.ApiClient;
171-
import org.openapitools.client.ApiException;
172-
import org.openapitools.client.Configuration;
173-
import org.openapitools.client.auth.*;
174-
import org.openapitools.client.models.*;
175-
import org.openapitools.client.api.ResourcesCreatorApi;
176-
177-
public class Example {
178-
public static void main(String[] args) {
179-
ApiClient defaultClient = Configuration.getDefaultApiClient();
180-
defaultClient.setBasePath("https://api.builtbybit.com");
181-
182-
// Configure API key authorization: token
183-
ApiKeyAuth token = (ApiKeyAuth) defaultClient.getAuthentication("token");
184-
token.setApiKey("YOUR API KEY");
185-
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
186-
//token.setApiKeyPrefix("Token");
187-
188-
ResourcesCreatorApi apiInstance = new ResourcesCreatorApi(defaultClient);
189-
List bundleIds = new List(); // List | A comma-separated list of bundle IDs to filter on. No filter is applied if empty.
190-
try {
191-
GetV2ResourcesCreatorBundles200Response result = apiInstance.getV2ResourcesCreatorBundles(bundleIds);
192-
System.out.println(result);
193-
} catch (ApiException e) {
194-
System.err.println("Exception when calling ResourcesCreatorApi#getV2ResourcesCreatorBundles");
195-
System.err.println("Status code: " + e.getCode());
196-
System.err.println("Reason: " + e.getResponseBody());
197-
System.err.println("Response headers: " + e.getResponseHeaders());
198-
e.printStackTrace();
199-
}
200-
}
201-
}
202-
```
203-
204-
### Parameters
205-
206-
| Name | Type | Description | Notes |
207-
|------------- | ------------- | ------------- | -------------|
208-
| **bundleIds** | [**List**](.md)| A comma-separated list of bundle IDs to filter on. No filter is applied if empty. | [optional] |
209-
210-
### Return type
211-
212-
[**GetV2ResourcesCreatorBundles200Response**](GetV2ResourcesCreatorBundles200Response.md)
213-
214-
### Authorization
215-
216-
[token](../README.md#token)
217-
218-
### HTTP request headers
219-
220-
- **Content-Type**: Not defined
221-
- **Accept**: application/json
222-
223-
### HTTP response details
224-
| Status code | Description | Response headers |
225-
|-------------|-------------|------------------|
226-
| **200** | OK | - |
227-
228-
<a id="getV2ResourcesCreatorBundlesEntries"></a>
229-
# **getV2ResourcesCreatorBundlesEntries**
230-
> GetV2ResourcesCreatorBundlesEntries200Response getV2ResourcesCreatorBundlesEntries(bundleIds)
231-
232-
Fetch a list of your bundle entries
233-
234-
### Example
235-
```java
236-
// Import classes:
237-
import org.openapitools.client.ApiClient;
238-
import org.openapitools.client.ApiException;
239-
import org.openapitools.client.Configuration;
240-
import org.openapitools.client.auth.*;
241-
import org.openapitools.client.models.*;
242-
import org.openapitools.client.api.ResourcesCreatorApi;
243-
244-
public class Example {
245-
public static void main(String[] args) {
246-
ApiClient defaultClient = Configuration.getDefaultApiClient();
247-
defaultClient.setBasePath("https://api.builtbybit.com");
248-
249-
// Configure API key authorization: token
250-
ApiKeyAuth token = (ApiKeyAuth) defaultClient.getAuthentication("token");
251-
token.setApiKey("YOUR API KEY");
252-
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
253-
//token.setApiKeyPrefix("Token");
254-
255-
ResourcesCreatorApi apiInstance = new ResourcesCreatorApi(defaultClient);
256-
List bundleIds = new List(); // List | A comma-separated list of bundle IDs to filter on. No filter is applied if empty.
257-
try {
258-
GetV2ResourcesCreatorBundlesEntries200Response result = apiInstance.getV2ResourcesCreatorBundlesEntries(bundleIds);
259-
System.out.println(result);
260-
} catch (ApiException e) {
261-
System.err.println("Exception when calling ResourcesCreatorApi#getV2ResourcesCreatorBundlesEntries");
262-
System.err.println("Status code: " + e.getCode());
263-
System.err.println("Reason: " + e.getResponseBody());
264-
System.err.println("Response headers: " + e.getResponseHeaders());
265-
e.printStackTrace();
266-
}
267-
}
268-
}
269-
```
270-
271-
### Parameters
272-
273-
| Name | Type | Description | Notes |
274-
|------------- | ------------- | ------------- | -------------|
275-
| **bundleIds** | [**List**](.md)| A comma-separated list of bundle IDs to filter on. No filter is applied if empty. | [optional] |
276-
277-
### Return type
278-
279-
[**GetV2ResourcesCreatorBundlesEntries200Response**](GetV2ResourcesCreatorBundlesEntries200Response.md)
280-
281-
### Authorization
282-
283-
[token](../README.md#token)
284-
285-
### HTTP request headers
286-
287-
- **Content-Type**: Not defined
288-
- **Accept**: application/json
289-
290-
### HTTP response details
291-
| Status code | Description | Response headers |
292-
|-------------|-------------|------------------|
293-
| **200** | OK | - |
294-
295159
<a id="getV2ResourcesCreatorCoupons"></a>
296160
# **getV2ResourcesCreatorCoupons**
297161
> GetV2ResourcesCreatorCoupons200Response getV2ResourcesCreatorCoupons(couponIds)

src/main/java/org/openapitools/client/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T04:38:00.884070Z[Etc/UTC]")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T10:08:03.846487Z[Etc/UTC]")
2525
public class ApiException extends Exception {
2626
private int code = 0;
2727
private Map<String, List<String>> responseHeaders = null;

src/main/java/org/openapitools/client/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T04:38:00.884070Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T10:08:03.846487Z[Etc/UTC]")
1717
public class Configuration {
1818
public static final String VERSION = "v2";
1919

src/main/java/org/openapitools/client/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T04:38:00.884070Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T10:08:03.846487Z[Etc/UTC]")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/org/openapitools/client/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T04:38:00.884070Z[Etc/UTC]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-15T10:08:03.846487Z[Etc/UTC]")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

0 commit comments

Comments
 (0)