Using sidecar with probely.com

Go integration

Install
go get github.com/pegnia/sidecar
Quick start
import "sidecar"

// Initialize client
client := sidecar.NewClient("YOUR_API_KEY")
List API keys allowed to operate on account
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/keys/
Subscription plans
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/plans/
List users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/users/
SDK on GitHub 📄 API Docs
SDK
sidecar
Go
API
probely.com
probely.com
At a glance
Language Go
Endpoints147
Base URLhttps://api.probely.com