Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
/ go-api Public archive

Go API client for interacting with CloudAMQP

License

Notifications You must be signed in to change notification settings

84codes/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d0716a · Dec 18, 2023
May 24, 2021
Dec 18, 2023
Jan 7, 2020
Dec 18, 2023
Jan 17, 2020
Dec 18, 2023
Jan 7, 2020
May 3, 2023
Dec 14, 2022
Jan 7, 2020

Repository files navigation

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)