Using tykctl-go with tyk.com

Go integration

Install
go get github.com/edsonmichaque/tykctl-go
Quick start
import "tykctl-go"

// Initialize client
client := tykctl-go.NewClient("YOUR_API_KEY")
Gets a list of *API Definition* objects that are currently live on the gateway
curl \
  /tyk/apis/
Gets a list of *key* IDs (will only work with non-hashed installations)
curl \
  /tyk/keys/
Gets the health check values for an API if it is being recorded
curl \
  /tyk/health/
SDK on GitHub 📄 API Docs
SDK
tykctl-go
Go
API
tyk.com
tyk.com
Other SDKs for tyk.com
tyk-go-sdk TykeProf
At a glance
Language Go
Endpoints18