braze-specification

1.2.1 • Public • Published

braze-specification

NPM

NPM version build commitlint lint

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';

License

MIT

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i braze-specification

    Weekly Downloads

    6

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    943 kB

    Total Files

    5

    Last publish

    Collaborators

    • remarkablemark