heydonovan / go-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API implementation for 84codes products in Go

Go implementation for interacting with the API for CloudAMQP, CloudKarafka, CloudMQTT and ElephantSQL

useragent := "" // Default set to '84codes go-api'
api := api.New("https://customer.cloudamqp.com", "<YOUR_API_KEY>", useragent)
params := map[string]interface{}{"name": "test", "plan": "bunny", "region": "amazon-web-services::us-east-1"}
instance_info := api.Create(params)

About

License:Mozilla Public License 2.0


Languages

Language:Go 99.3%Language:Makefile 0.7%