kong_api 0.1.0
kong_api: ^0.1.0 copied to clipboard
Simple library to use kong Kong : https://getkong.org
kong_api #
Provide a simple access to kong api
What is kong ? #
from the official website : "Kong is a scalable, open source API Layer (also known as a API Gateway, or API Middleware). Kong runs in front of any RESTful API and is extended through Plugins, which provide extra functionalities and services beyond the core platform."
Features #
The package provide simple access to action as :
- List apis (doc)
- Get one api (doc)
- Add api (doc) : will automatically manage if you have already register the api
- Get status (doc)
- Get node info (doc)
- ...
More coming soon.
Authors #
- Kevin PLATEL platel.kevin@gmail.com