@coderade/node-kong-admin-ts

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

Usage no npm install needed!

<script type="module">
  import coderadeNodeKongAdminTs from 'https://cdn.skypack.dev/@coderade/node-kong-admin-ts';
</script>

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