Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 389 Bytes

Kong SDK

This module serves as an interface to the Kong Admin API (documentation here). It aids in registering services with the Kong gateway and simplifies interaction with the API through typed interfaces.

Installation

You can install the module by running the following command

npm install @veedstudio/kong-sdk

Documentation

To be made available soon

Contributing