Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (braze-specification) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
braze-specification
Braze API specification:
See the original Postman collection.
Installation
NPM:
npm install braze-specification
Yarn:
yarn add braze-specification
Usage
Require OpenAPI spec and Postman collection with CommonJS:
const spec = require('braze-specification/openapi/spec.json');
const collection = require('braze-specification/postman/collection.json');
Or import OpenAPI spec and Postman collection with ES Modules:
import spec from 'braze-specification/openapi/spec.json';
import collection from 'braze-specification/postman/collection.json';