kong-sdk
Version:
The open source Kong SDK built by VEED
13 lines (10 loc) • 388 B
Markdown
# 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