1.2.4 • Published 1 year ago
braze-specification v1.2.4
braze-specification
Braze API specification:
See the original Postman collection.
Installation
NPM:
npm install braze-specificationYarn:
yarn add braze-specificationUsage
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';