braze-community / braze-specification

πŸ“– Postman collection and OpenAPI spec for Braze API.

Home Page:https://npmjs.com/package/braze-specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“– Postman collection and OpenAPI spec for Braze API.

https://npmjs.com/package/braze-specification

License:MIT License


Languages

Language:TypeScript 93.5%Language:JavaScript 5.6%Language:Shell 0.9%