JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q93312F
  • License MIT

Braze API specification.

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

    NPM

    NPM version build 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