Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API implementation for 84codes products in Go

Note

This library (and its history) moved June 2024 to the Terraform Provider for CloudAMQP repository.

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

Go API client for interacting with CloudAMQP

Resources

Stars

5 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages