An open API service indexing awesome lists of open source software.

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

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

[![GoDoc](https://godoc.org/github.com/hbagdi/go-kong?status.svg)](https://godoc.org/github.com/hbagdi/go-kong/kong)
[![Build Status](https://github.com/hbagdi/go-kong/workflows/CI%20Test/badge.svg)](https://github.com/hbagdi/go-kong/actions?query=branch%3Amain+event%3Apush)
[![Go Report Card](https://goreportcard.com/badge/github.com/hbagdi/go-kong)](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.