@coderade/node-kong-admin-ts
v1.0.5
Published
A port of the Kong Admin API Client (node-kong-admin) project for NodeJS/Typescript
Downloads
16
Maintainers
Readme
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