Using go-victorops with victorops.com

Go integration

✓ Official SDK
Install
go get github.com/victorops/go-victorops
Quick start
import "go-victorops"

// Initialize client
client := go-victorops.NewClient("YOUR_API_KEY")
List teams
curl \
  /api-public/v1/team
List users
curl \
  /api-public/v1/user
Get escalation policy info
curl \
  /api-public/v1/policies
SDK on GitHub 📄 API Docs
SDK
go-victorops
Go
API
victorops.com
victorops.com
At a glance
Language Go
Endpoints72
✓ Official