@keboola/manage-api-js-client

1.0.1 • Public • Published

Javascript client for Keboola Management API

Build Status Maintainability

Javascript client for Keboola Connection Management API.

Installation

  1. Install npm package: yarn add @keboola/manage-api-js-client

Usage

You can use ES6 imports (import ManageApi from '@keboola/manage-api-js-client';) or require (const ManageApi = require('@keboola/manage-api-js-client').default;).

const ManageApi = require('@keboola/manage-api-js-client').default;
const manageApi = new ManageApi('https://connection.keboola.com', 'TOKEN');

Tests and development

You need to set some env variables for the tests:

  • KBC_URL
  • KBC_TOKEN - a master token Tests can be run using yarn test.

The repository requires conforming to a set of coding standards based on AirBnB code standard. You can run the check using yarn lint.

Deployment

Deployment to NPM compiles the code from src directory to dist directory.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @keboola/manage-api-js-client

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

15.3 kB

Total Files

7

Last publish

Collaborators

  • ujovlado
  • halama
  • najlos
  • keboola-devel
  • jakubkotek