{"id":48486354,"url":"https://github.com/builtbybit/api-wrapper-codegen-js","last_synced_at":"2026-04-07T10:01:18.158Z","repository":{"id":346347978,"uuid":"1189428909","full_name":"BuiltByBit/api-wrapper-codegen-js","owner":"BuiltByBit","description":"A NodeJS API wrapper code-generated from our OpenAPI specification.","archived":false,"fork":false,"pushed_at":"2026-04-01T12:11:54.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T14:29:49.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BuiltByBit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-23T10:06:44.000Z","updated_at":"2026-04-01T12:11:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BuiltByBit/api-wrapper-codegen-js","commit_stats":null,"previous_names":["builtbybit/api-wrapper-codegen-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BuiltByBit/api-wrapper-codegen-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuiltByBit%2Fapi-wrapper-codegen-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuiltByBit%2Fapi-wrapper-codegen-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuiltByBit%2Fapi-wrapper-codegen-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuiltByBit%2Fapi-wrapper-codegen-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BuiltByBit","download_url":"https://codeload.github.com/BuiltByBit/api-wrapper-codegen-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuiltByBit%2Fapi-wrapper-codegen-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-07T10:01:16.405Z","updated_at":"2026-04-07T10:01:18.148Z","avatar_url":"https://github.com/BuiltByBit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# built_by_bit_api\n\nBuiltByBitApi - JavaScript client for built_by_bit_api\nAll operations not tagged 'free' require an active [Ultimate](https://builtbybit.com/account/ultimate) subscription or invite-only permissions.\r\n\r\nV2 documentation: https://builtbybit.com/wiki/api-v2/ \\\\\r\nOAuth2 documentation: https://builtbybit.com/wiki/oauth2/\nThis SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: v2\n- Package version: v2\n- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen\nFor more information, please visit [https://builtbybit.com/ticket](https://builtbybit.com/ticket)\n\n## Installation\n\n### For [Node.js](https://nodejs.org/)\n\n#### npm\n\nTo publish the library as a [npm](https://www.npmjs.com/), please follow the procedure in [\"Publishing npm packages\"](https://docs.npmjs.com/getting-started/publishing-npm-packages).\n\nThen install it via:\n\n```shell\nnpm install built_by_bit_api --save\n```\n\nFinally, you need to build the module:\n\n```shell\nnpm run build\n```\n\n##### Local development\n\nTo use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing `package.json` (and this README). Let's call this `JAVASCRIPT_CLIENT_DIR`. Then run:\n\n```shell\nnpm install\n```\n\nNext, [link](https://docs.npmjs.com/cli/link) it globally in npm with the following, also from `JAVASCRIPT_CLIENT_DIR`:\n\n```shell\nnpm link\n```\n\nTo use the link you just defined in your project, switch to the directory you want to use your built_by_bit_api from, and run:\n\n```shell\nnpm link /path/to/\u003cJAVASCRIPT_CLIENT_DIR\u003e\n```\n\nFinally, you need to build the module:\n\n```shell\nnpm run build\n```\n\n#### git\n\nIf the library is hosted at a git repository, e.g.https://github.com/BuiltByBit/api-wrapper-codegen-js\nthen install it via:\n\n```shell\n    npm install BuiltByBit/api-wrapper-codegen-js --save\n```\n\n### For browser\n\nThe library also works in the browser environment via npm and [browserify](http://browserify.org/). After following\nthe above steps with Node.js and installing browserify with `npm install -g browserify`,\nperform the following (assuming *main.js* is your entry file):\n\n```shell\nbrowserify main.js \u003e bundle.js\n```\n\nThen include *bundle.js* in the HTML pages.\n\n### Webpack Configuration\n\nUsing Webpack you may encounter the following error: \"Module not found: Error:\nCannot resolve module\", most certainly you should disable AMD loader. Add/merge\nthe following section to your webpack config:\n\n```javascript\nmodule: {\n  rules: [\n    {\n      parser: {\n        amd: false\n      }\n    }\n  ]\n}\n```\n\n## Getting Started\n\nPlease follow the [installation](#installation) instruction and execute the following JS code:\n\n```javascript\nvar BuiltByBitApi = require('built_by_bit_api');\n\nvar defaultClient = BuiltByBitApi.ApiClient.instance;\n// Configure API key authorization: token\nvar token = defaultClient.authentications['token'];\ntoken.apiKey = \"YOUR API KEY\"\n// Uncomment the following line to set a prefix for the API key, e.g. \"Token\" (defaults to null)\n//token.apiKeyPrefix['Authorization'] = \"Token\"\n\nvar api = new BuiltByBitApi.AnalyticsApi()\nvar callback = function(error, data, response) {\n  if (error) {\n    console.error(error);\n  } else {\n    console.log('API called successfully. Returned data: ' + data);\n  }\n};\napi.getV2Analytics(callback);\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.builtbybit.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*BuiltByBitApi.AnalyticsApi* | [**getV2Analytics**](docs/AnalyticsApi.md#getV2Analytics) | **GET** /v2/analytics | Fetch a list of analytics definitions\n*BuiltByBitApi.AnalyticsApi* | [**getV2AnalyticsGraph**](docs/AnalyticsApi.md#getV2AnalyticsGraph) | **GET** /v2/analytics/graph | Fetch analytics graph data\n*BuiltByBitApi.AnalyticsApi* | [**getV2AnalyticsSingle**](docs/AnalyticsApi.md#getV2AnalyticsSingle) | **GET** /v2/analytics/single | Fetch a single analytics value\n*BuiltByBitApi.DefaultApi* | [**getV2ResourcesCreatorBatch**](docs/DefaultApi.md#getV2ResourcesCreatorBatch) | **GET** /v2/resources/creator/batch | Fetch a list of your batches edits\n*BuiltByBitApi.DefaultApi* | [**postV2ResourcesCreatorBatch**](docs/DefaultApi.md#postV2ResourcesCreatorBatch) | **POST** /v2/resources/creator/batch | Submit a new batch edit\n*BuiltByBitApi.EventsApi* | [**getV2Events**](docs/EventsApi.md#getV2Events) | **GET** /v2/events | Fetch a list of pending events\n*BuiltByBitApi.EventsApi* | [**postV2EventsComplete**](docs/EventsApi.md#postV2EventsComplete) | **POST** /v2/events/complete | Mark events as complete\n*BuiltByBitApi.HealthApi* | [**getV2Health**](docs/HealthApi.md#getV2Health) | **GET** /v2/health | Retrieve a health status\n*BuiltByBitApi.Oauth2Api* | [**getOauth2Token**](docs/Oauth2Api.md#getOauth2Token) | **POST** /oauth2/token | Request an access token using an existing grant\n*BuiltByBitApi.Oauth2Api* | [**getOauth2TokenRevoke**](docs/Oauth2Api.md#getOauth2TokenRevoke) | **POST** /oauth2/token/revoke | Revoke an existing access or refresh token\n*BuiltByBitApi.ResourcesBuyerApi* | [**getV2ResourcesBuyerLatest**](docs/ResourcesBuyerApi.md#getV2ResourcesBuyerLatest) | **GET** /v2/resources/buyer/latest | Fetches the latest versions \u0026amp; license information\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorAddons**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorAddons) | **GET** /v2/resources/creator/addons | Fetch a list of your resources\u0026#39; addons\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorBundles**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorBundles) | **GET** /v2/resources/creator/bundles | Fetch a list of your bundles\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorCoupons**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorCoupons) | **GET** /v2/resources/creator/coupons | Fetch a list of your coupons\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorLicenses**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorLicenses) | **GET** /v2/resources/creator/licenses | Fetch a list of your resources\u0026#39; licenses\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorPurchases**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorPurchases) | **GET** /v2/resources/creator/purchases | Fetch a list of your resources\u0026#39; purchases\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorResources**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorResources) | **GET** /v2/resources/creator/resources | Fetch a list of your resources\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorReviews**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorReviews) | **GET** /v2/resources/creator/reviews | Fetch a list of your resources\u0026#39; reviews\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorSaleEvents**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorSaleEvents) | **GET** /v2/resources/creator/sale-events | Fetch a list of your sale events\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorStores**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorStores) | **GET** /v2/resources/creator/stores | Fetch a list of your stores\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorUpdates**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorUpdates) | **GET** /v2/resources/creator/updates | Fetch a list of your resource\u0026#39;s updates\n*BuiltByBitApi.ResourcesCreatorApi* | [**getV2ResourcesCreatorVersions**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorVersions) | **GET** /v2/resources/creator/versions | Fetch a list of your resources\u0026#39; versions\n*BuiltByBitApi.ResourcesCreatorApi* | [**postV2ResourcesCreatorUpdate**](docs/ResourcesCreatorApi.md#postV2ResourcesCreatorUpdate) | **POST** /v2/resources/creator/update | Post a resource update\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**getResourcesDiscoverCategories**](docs/ResourcesDiscoveryApi.md#getResourcesDiscoverCategories) | **GET** /v2/resources/discover/categories | Fetch a list of categories\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**getResourcesDiscoverResources**](docs/ResourcesDiscoveryApi.md#getResourcesDiscoverResources) | **GET** /v2/resources/discover/resources | Fetch a list of resources\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**getV2ResourcesDiscoverCartView**](docs/ResourcesDiscoveryApi.md#getV2ResourcesDiscoverCartView) | **GET** /v2/resources/discover/cart/view | View the user\u0026#39;s cart items\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**getV2ResourcesDiscoverLicenses**](docs/ResourcesDiscoveryApi.md#getV2ResourcesDiscoverLicenses) | **GET** /v2/resources/discover/licenses | Fetch a list of the user\u0026#39;s licenses\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartAdd**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartAdd) | **POST** /v2/resources/discover/cart/add | Add items to a user\u0026#39;s cart\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartCheckout**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartCheckout) | **POST** /v2/resources/discover/cart/checkout | Initiate a checkout of a user\u0026#39;s cart\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartCouponAdd**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartCouponAdd) | **POST** /v2/resources/discover/cart/coupon/add | Add a coupon to the user\u0026#39;s cart\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartCouponRemove**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartCouponRemove) | **POST** /v2/resources/discover/cart/coupon/remove | Remove a coupon from the user\u0026#39;s cart\n*BuiltByBitApi.ResourcesDiscoveryApi* | [**postV2ResourcesDiscoverCartRemove**](docs/ResourcesDiscoveryApi.md#postV2ResourcesDiscoverCartRemove) | **POST** /v2/resources/discover/cart/remove | Remove an item from the user\u0026#39;s cart\n\n\n## Documentation for Models\n\n - [BuiltByBitApi.Addon](docs/Addon.md)\n - [BuiltByBitApi.Analytic](docs/Analytic.md)\n - [BuiltByBitApi.AnalyticFiltersValue](docs/AnalyticFiltersValue.md)\n - [BuiltByBitApi.AnalyticGraphData](docs/AnalyticGraphData.md)\n - [BuiltByBitApi.AnalyticGraphDataPeriod](docs/AnalyticGraphDataPeriod.md)\n - [BuiltByBitApi.AnalyticGraphDataPoint](docs/AnalyticGraphDataPoint.md)\n - [BuiltByBitApi.Batch](docs/Batch.md)\n - [BuiltByBitApi.Bundle](docs/Bundle.md)\n - [BuiltByBitApi.CartItem](docs/CartItem.md)\n - [BuiltByBitApi.CartItemDiscountsInner](docs/CartItemDiscountsInner.md)\n - [BuiltByBitApi.CartSummary](docs/CartSummary.md)\n - [BuiltByBitApi.Category](docs/Category.md)\n - [BuiltByBitApi.Coupon](docs/Coupon.md)\n - [BuiltByBitApi.Event](docs/Event.md)\n - [BuiltByBitApi.Filter](docs/Filter.md)\n - [BuiltByBitApi.FilterChoice](docs/FilterChoice.md)\n - [BuiltByBitApi.FilterValue](docs/FilterValue.md)\n - [BuiltByBitApi.GetOauth2Token200Response](docs/GetOauth2Token200Response.md)\n - [BuiltByBitApi.GetOauth2TokenRevoke200Response](docs/GetOauth2TokenRevoke200Response.md)\n - [BuiltByBitApi.GetResourcesDiscoverCategories200Response](docs/GetResourcesDiscoverCategories200Response.md)\n - [BuiltByBitApi.GetResourcesDiscoverCategories200ResponseData](docs/GetResourcesDiscoverCategories200ResponseData.md)\n - [BuiltByBitApi.GetResourcesDiscoverResources200Response](docs/GetResourcesDiscoverResources200Response.md)\n - [BuiltByBitApi.GetResourcesDiscoverResources200ResponseData](docs/GetResourcesDiscoverResources200ResponseData.md)\n - [BuiltByBitApi.GetResourcesDiscoverResources4XXResponse](docs/GetResourcesDiscoverResources4XXResponse.md)\n - [BuiltByBitApi.GetResourcesDiscoverResources4XXResponseError](docs/GetResourcesDiscoverResources4XXResponseError.md)\n - [BuiltByBitApi.GetV2Analytics200Response](docs/GetV2Analytics200Response.md)\n - [BuiltByBitApi.GetV2Analytics200ResponseData](docs/GetV2Analytics200ResponseData.md)\n - [BuiltByBitApi.GetV2AnalyticsGraph200Response](docs/GetV2AnalyticsGraph200Response.md)\n - [BuiltByBitApi.GetV2AnalyticsSingle200Response](docs/GetV2AnalyticsSingle200Response.md)\n - [BuiltByBitApi.GetV2AnalyticsSingle200ResponseData](docs/GetV2AnalyticsSingle200ResponseData.md)\n - [BuiltByBitApi.GetV2AnalyticsSingle200ResponseDataPeriod](docs/GetV2AnalyticsSingle200ResponseDataPeriod.md)\n - [BuiltByBitApi.GetV2Events200Response](docs/GetV2Events200Response.md)\n - [BuiltByBitApi.GetV2Events200ResponseData](docs/GetV2Events200ResponseData.md)\n - [BuiltByBitApi.GetV2Health200Response](docs/GetV2Health200Response.md)\n - [BuiltByBitApi.GetV2ResourcesBuyerLatest200Response](docs/GetV2ResourcesBuyerLatest200Response.md)\n - [BuiltByBitApi.GetV2ResourcesBuyerLatest200ResponseData](docs/GetV2ResourcesBuyerLatest200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorAddons200Response](docs/GetV2ResourcesCreatorAddons200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorAddons200ResponseData](docs/GetV2ResourcesCreatorAddons200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorBatch200Response](docs/GetV2ResourcesCreatorBatch200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorBatch200ResponseData](docs/GetV2ResourcesCreatorBatch200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorBundles200Response](docs/GetV2ResourcesCreatorBundles200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorBundles200ResponseData](docs/GetV2ResourcesCreatorBundles200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorCoupons200Response](docs/GetV2ResourcesCreatorCoupons200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorCoupons200ResponseData](docs/GetV2ResourcesCreatorCoupons200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorLicenses200Response](docs/GetV2ResourcesCreatorLicenses200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorLicenses200ResponseData](docs/GetV2ResourcesCreatorLicenses200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorPurchases200Response](docs/GetV2ResourcesCreatorPurchases200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorPurchases200ResponseData](docs/GetV2ResourcesCreatorPurchases200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorResources200Response](docs/GetV2ResourcesCreatorResources200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorResources200ResponseData](docs/GetV2ResourcesCreatorResources200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorReviews200Response](docs/GetV2ResourcesCreatorReviews200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorReviews200ResponseData](docs/GetV2ResourcesCreatorReviews200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorSaleEvents200Response](docs/GetV2ResourcesCreatorSaleEvents200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorSaleEvents200ResponseData](docs/GetV2ResourcesCreatorSaleEvents200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorStores200Response](docs/GetV2ResourcesCreatorStores200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorStores200ResponseData](docs/GetV2ResourcesCreatorStores200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorUpdates200Response](docs/GetV2ResourcesCreatorUpdates200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorUpdates200ResponseData](docs/GetV2ResourcesCreatorUpdates200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorVersions200Response](docs/GetV2ResourcesCreatorVersions200Response.md)\n - [BuiltByBitApi.GetV2ResourcesCreatorVersions200ResponseData](docs/GetV2ResourcesCreatorVersions200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesDiscoverCartView200Response](docs/GetV2ResourcesDiscoverCartView200Response.md)\n - [BuiltByBitApi.GetV2ResourcesDiscoverCartView200ResponseData](docs/GetV2ResourcesDiscoverCartView200ResponseData.md)\n - [BuiltByBitApi.GetV2ResourcesDiscoverLicenses200Response](docs/GetV2ResourcesDiscoverLicenses200Response.md)\n - [BuiltByBitApi.GetV2ResourcesDiscoverLicenses200ResponseData](docs/GetV2ResourcesDiscoverLicenses200ResponseData.md)\n - [BuiltByBitApi.License](docs/License.md)\n - [BuiltByBitApi.ListStats](docs/ListStats.md)\n - [BuiltByBitApi.Member](docs/Member.md)\n - [BuiltByBitApi.PostV2EventsComplete200Response](docs/PostV2EventsComplete200Response.md)\n - [BuiltByBitApi.PostV2EventsCompleteRequest](docs/PostV2EventsCompleteRequest.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorBatch200Response](docs/PostV2ResourcesCreatorBatch200Response.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorBatch200ResponseData](docs/PostV2ResourcesCreatorBatch200ResponseData.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorBatchRequest](docs/PostV2ResourcesCreatorBatchRequest.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorBatchRequestChangesInner](docs/PostV2ResourcesCreatorBatchRequestChangesInner.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorUpdate200Response](docs/PostV2ResourcesCreatorUpdate200Response.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorUpdate200ResponseData](docs/PostV2ResourcesCreatorUpdate200ResponseData.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorUpdateRequest](docs/PostV2ResourcesCreatorUpdateRequest.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorUpdateRequestFile](docs/PostV2ResourcesCreatorUpdateRequestFile.md)\n - [BuiltByBitApi.PostV2ResourcesCreatorUpdateRequestUpdate](docs/PostV2ResourcesCreatorUpdateRequestUpdate.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartAdd2XXResponse](docs/PostV2ResourcesDiscoverCartAdd2XXResponse.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartAddRequest](docs/PostV2ResourcesDiscoverCartAddRequest.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartCheckout200Response](docs/PostV2ResourcesDiscoverCartCheckout200Response.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartCheckout200ResponseData](docs/PostV2ResourcesDiscoverCartCheckout200ResponseData.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartCouponAdd200Response](docs/PostV2ResourcesDiscoverCartCouponAdd200Response.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartCouponAddRequest](docs/PostV2ResourcesDiscoverCartCouponAddRequest.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartCouponRemove200Response](docs/PostV2ResourcesDiscoverCartCouponRemove200Response.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartCouponRemoveRequest](docs/PostV2ResourcesDiscoverCartCouponRemoveRequest.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartRemove200Response](docs/PostV2ResourcesDiscoverCartRemove200Response.md)\n - [BuiltByBitApi.PostV2ResourcesDiscoverCartRemoveRequest](docs/PostV2ResourcesDiscoverCartRemoveRequest.md)\n - [BuiltByBitApi.Price](docs/Price.md)\n - [BuiltByBitApi.Purchase](docs/Purchase.md)\n - [BuiltByBitApi.Resource](docs/Resource.md)\n - [BuiltByBitApi.Review](docs/Review.md)\n - [BuiltByBitApi.RichText](docs/RichText.md)\n - [BuiltByBitApi.SaleEvent](docs/SaleEvent.md)\n - [BuiltByBitApi.SaleEventEntry](docs/SaleEventEntry.md)\n - [BuiltByBitApi.Store](docs/Store.md)\n - [BuiltByBitApi.Update](docs/Update.md)\n - [BuiltByBitApi.Version](docs/Version.md)\n\n\n## Documentation for Authorization\n\n\nAuthentication schemes defined for the API:\n### token\n\n\n- **Type**: API key\n- **API key parameter name**: Authorization\n- **Location**: HTTP header\n\n### oauth2\n\n\n- **Type**: OAuth\n- **Flow**: accessCode\n- **Authorization URL**: https://builtbybit.com/account/external/authorize\n- **Scopes**: N/A\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltbybit%2Fapi-wrapper-codegen-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuiltbybit%2Fapi-wrapper-codegen-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltbybit%2Fapi-wrapper-codegen-js/lists"}