Nathan Booker
Nathan Booker
@nortronthered please see our adjustments to rate limiting headers here: https://developer.bigcommerce.com/api/#rate-limits-oauth This may change your approach, hopefully for the better!
Hi @benhoxie, For the moment our philosophy is to keep the API clients rather low-level, assuming you already have some credentials and you just want to run requests against resources...
Hey there, Two things: 1. You can add the limit=250 parameter to get the maximum number of items per page of 250 2. We handle pagination much more nicely in...
This looks good, but I'd like to draw a firmer line between V2 and V3 APIs within the library as those APIs have pretty different schemas and behaviors.
@Bobspadger I hear you - I'd love to unblock V3 usage via this library as well. I just want to make sure we're set up for success adding additional V3-specific...
This is related to your token. It does not have the correct permissions to modify themes on the store. The easiest way to fix this is to generate a new...
More context here: https://developer.bigcommerce.com/changelog#publications/required-stencil-cli-version-set-to-3-5-0
@AnirudhSingal91 if you're still seeing the issue on `3.5.1`, can you try regenerating your CLI token from the control panel? Sorry for the inconvenience.
Hey @steppinonland, try these steps: 1. Make sure you're on the latest version of CLI (make sure `stencil --version` returns `3.2.0`, or simply run `npm i -g @bigcommerce/stencil-cli` to upgrade...
CODEOWNERS can also be used to only ping certain groups, but it turns out those groups also have to have write access to the repo or it won't work.