0.0.14 • Published 11 months ago

@bruinenco/typescript-sdk v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

View full documentation at https://docs.bruinen.xyz

The Bruinen SDK makes it easy for developers to access the API without having to interact with server code directly. The SDK is currently only available in Javascript (written 100% in Typescript). It is available as both a browser script or as a backend SDK. All endpoints will be strongly types with Typescript. Use in the backend with Node.js npm install @bruinenco/typescript-sdk yarn add @bruinenco/typescript-sdk Once the SDK is installed you can instantiate it wherever you need with: const bruinen = new Bruinen({ type: "apiKey" apiKey: "YOUR_API_KEY" }); Use in the browser This section is under construction

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago