1.0.5 • Published 3 years ago

@coderade/node-kong-admin-ts v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

node-kong-admin-ts

A port of the Kong Admin API Client (node-kong-admin) project for NodeJS/Typescript.

Install

$ npm install @coderade/node-kong-admin-ts --save-dev

Usage

CommonJS

const KongAdminAPI = require('@coderade/node-kong-admin-ts');

ES6

import {KongAdminAPI} from '@coderade/node-kong-admin-ts';

Documentation

To know more about the available endpoints take a look on Kong official Admin API documentation.

Acknowledgements

All the credits to wesleymilan for creating the original project