https://github.com/setekhid/gong
kong admin api client in golang, kong's document is my document
https://github.com/setekhid/gong
Last synced: 5 months ago
JSON representation
kong admin api client in golang, kong's document is my document
- Host: GitHub
- URL: https://github.com/setekhid/gong
- Owner: setekhid
- License: bsd-3-clause
- Created: 2017-09-14T06:32:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T09:12:12.000Z (about 8 years ago)
- Last Synced: 2024-06-20T15:46:08.535Z (about 2 years ago)
- Language: Go
- Homepage: https://getkong.org/docs/0.11.x/admin-api
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gong
kong admin api client in golang.
# usage
everything starts from `gong.ConnectNode`, read [kong's admin api document](https://getkong.org/docs/0.11.x/admin-api) for how to use this pkg.
# license
all code is under BSD 3-Clause license.