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

1.2.3 • Public • Published

tubee node.js SDK with typescript support

Build Status GitHub release npm GitHub license

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

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

Install

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

Usage

Example request

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

var server = 'https://localhost:8090';
var sdk = new CoreV1Api(server);
var basic = new HttpBasicAuth();
basic.username = 'admin';
basic.password = 'admin';
sdk.setDefaultAuthentication(basic);

sdk.getNamespaces().then((response) => {
  console.log(response.body);
}).catch((error) => {
  console.log(error);
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.31latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.31
1.2.3-beta20
1.2.20
1.2.10
1.2.00
1.1.00
1.0.00
1.0.0-beta50
1.0.0-beta40
1.0.0-beta30
1.0.0-beta20
1.0.0-beta11
0.0.310
0.0.301
0.0.290
0.0.280
0.0.270
0.0.261
0.0.240
0.0.230
0.0.220
0.0.211
0.0.202
0.0.190
0.0.180
0.0.170
0.0.160
0.0.150
0.0.140
0.0.132
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.21
0.0.10

Package Sidebar

Install

npm i @gyselroth/tubee-sdk-node

Weekly Downloads

10

Version

1.2.3

License

MIT

Unpacked Size

1.03 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