@gyselroth/balloon-sdk-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha4 • Public • Published

balloon node.js SDK with typescript support

Build Status GitHub release npm GitHub license

Provides a node.js SDK for balloon. Including typescript definition.

Note This SDK is mostly generated from the balloon OpenAPI specs.

Install

npm install --save @gyselroth/balloon-sdk-node

Usage

Example request

const { CoreV2Api, HttpBasicAuth } = require('@gyselroth/balloon-sdk-node');

var server = 'https://localhost';
var client = new CoreV2Api(server);
var basic = new HttpBasicAuth('admin', 'admin');
client.setDefaultAuthentication(basic);

client.getUsers().then((response) => {
  console.log(response.body);
}).catch((error) => {
  console.log(error);
});

Readme

Keywords

Package Sidebar

Install

npm i @gyselroth/balloon-sdk-node

Weekly Downloads

1

Version

1.0.0-alpha4

License

MIT

Unpacked Size

1.25 MB

Total Files

9

Last publish

Collaborators

  • laura.kohli
  • dragan.jevdjovic
  • dragoljub.popovic
  • ovidio.raimondi
  • ewald.kleefstra
  • mahmoud.sino
  • marius.weber
  • pixtron
  • npm-gyselroth
  • mmhann
  • philippenahlik
  • grfreelancer1
  • grfreelancer2
  • luca.marra
  • s-aebischer