Using brex-team-typescript-sdk with brex.io

TypeScript integration

Install
npm install brex-team-typescript-sdk
Quick start
import Brex_team_typescript_sdk from 'brex-team-typescript-sdk';

const client = new Brex_team_typescript_sdk({ apiKey: "YOUR_API_KEY" });
Returns the health information for the official business registers based on u…
curl \
  -H "user_key: $API_KEY" \
  https://api.kompany.com/api/v1/system/health
Returns a list of countries
curl \
  -H "user_key: $API_KEY" \
  https://api.kompany.com/api/v1/system/countries
Returns a list of products with prices
curl \
  -H "user_key: $API_KEY" \
  https://api.kompany.com/api/v1/system/pricelist
SDK on GitHub 📄 API Docs
SDK
brex-team-typescript-sdk
TypeScript
API
brex.io
brex.io
At a glance
Language TypeScript
Endpoints54
Base URLhttps://api.kompany.com