go-konnect-api
is a Go library for interfacing with Kong Konnect API.
This library implements a subset of Kong Konnect Control Planes Configuration API
See https://docs.konghq.com/konnect/api/control-plane-configuration/latest/ for more details.
In order to install go-konnect-api
execute the following command:
go get -v github.com/ifeoktistov/go-konnect-api
Check the included examples from this repository.