Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@keboola/manage-api-js-client

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keboola/manage-api-js-client

Javascript client for Keboola Management API

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

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.

FAQs

Package last updated on 18 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc