@ibglobal/sdk
v0.0.8
Published
Official IB GLOBAL API SDK
Readme
@ibglobal/sdk
The official TypeScript/JavaScript SDK for the IB Global API.
This library provides a strongly typed, cross-platform client for web applications, server components, desktop clients (Tauri/Electron), and mobile platforms to communicate securely with api.ibglobal.xfinitypros.com.
Installation
npm install @ibglobal/sdkor with yarn / pnpm / bun:
pnpm add @ibglobal/sdk
# or
yarn add @ibglobal/sdk
# or
bun add @ibglobal/sdkPublishing to npm
Make your changes
pnpm run typecheck
pnpm run buildRun tests
pnpm testBump the version
npm version patchOr:
npm version minoror:
npm version majorPublish
npm publishYou might need to npm login again.
Test your login with:
npm whoamiLicense
MIT © IB GLOBAL
