https://github.com/hbagdi/go-kong
DEPRECATED
https://github.com/hbagdi/go-kong
go go-binding golang kong kong-gateway
Last synced: 5 months ago
JSON representation
DEPRECATED
- Host: GitHub
- URL: https://github.com/hbagdi/go-kong
- Owner: hbagdi
- License: apache-2.0
- Created: 2018-03-17T23:48:27.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-08-06T19:26:53.000Z (about 5 years ago)
- Last Synced: 2025-04-02T14:21:45.399Z (6 months ago)
- Topics: go, go-binding, golang, kong, kong-gateway
- Language: Go
- Homepage: https://godoc.org/github.com/hbagdi/go-kong/kong
- Size: 2.1 MB
- Stars: 24
- Watchers: 5
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
This repository has moved to https://github.com/kong/go-kong.
Please update your import paths to use the new path.
This repository exists only for backwards compatibility purpose.# go-kong
Go bindings for Kong's Admin API
[](https://godoc.org/github.com/hbagdi/go-kong/kong)
[](https://github.com/hbagdi/go-kong/actions?query=branch%3Amain+event%3Apush)
[](https://goreportcard.com/report/github.com/hbagdi/go-kong)## Importing
```shell
go get github.com/hbagdi/go-kong/kong
```## Compatibility
`go-kong` is compatible with Kong 1.x and 2.x.
Semantic versioning is followed for versioning `go-kong`.## License
go-kong is licensed with Apache License Version 2.0.
Please read the LICENSE file for more details.