Skip to content

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

Notifications You must be signed in to change notification settings

coderade/node-kong-admin-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published