Skip to content

Releases: bigcommerce/bigcommerce-api-node

v.0.1.2-alpha

Choose a tag to compare

@MariaJose MariaJose released this 24 Jul 18:42
8f2471e

Fixes 🐛

  • Fix error coming from catalog typing (#35)

v.0.1.1-alpha

Choose a tag to compare

@bc-chaz bc-chaz released this 16 Aug 18:56
2073c2f

Features

  1. Creates a main BigCommerce object with auth and rest classes to authenticate and access the BC RESTful APIs respectively
  2. Adds V2 and V3 parent classes (i.e. bigcommerce.restClient.v2...)
  3. Endpoints for Catalog V3 and Orders V2
  4. Enables rate limiting management
  5. Auto-generates TS types for all API endpoints in BC's documentation
  6. Adds linting