spree-api-v2-js-sdk icon indicating copy to clipboard operation
spree-api-v2-js-sdk copied to clipboard

Spree Storefront API JavaScript / TypeScript SDK

Results 28 spree-api-v2-js-sdk issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is, ex. "I'm always frustrated when [...]". **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** We won't add all Spree Platform API endpoints to the SDK. But endpoints for managing standard CRUD operations have the...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is, ex. "I'm always frustrated when [...]". **Describe the solution you'd...

enhancement

This PR is a proposal for implementing [fluent interface](https://www.wikiwand.com/en/Fluent_interface) experience provided by the SDK. Chained methods (withLocale) are optional, don't break usage of the SDK, and are backward compatible. Moreover,...

**Is your feature request related to a problem? Please describe.** I would like to add support for Braintree payments to Vue Spree (https://github.com/vuestorefront/spree/pull/261), using the `spree_braintree_vzero` gem. Vue Spree currently...

See #345 . The braintree nonce attribute is required to support `spree_braintree_vzero`.

Hi Team, hopefully this is right place to ask, if not, I'd appreciate if you can direct me. I'm the founder of [cloudquery.io](https://www.cloudquery.io/), a high performance open source ELT framework....

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) to 7.5.4 and updates ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together. Updates `semver` from 7.3.8 to 7.5.4 Release notes Sourced from semver's releases. v7.5.4 7.5.4...

dependencies

This PR adds a new endpoint to the `platform-sdk` for managing the data feed settings. Examples: ```ts const response = await client.dataFeeds.list({ bearer_token: '7381273269536713689562374856' }) const response = await client.dataFeeds.create({...