Using CriticalMoments with increase.com

Go integration

Install
go get github.com/CriticalMoments/CriticalMoments
Quick start
import "CriticalMoments"

// Initialize client
client := CriticalMoments.NewClient("YOUR_API_KEY")
List Cards
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.increase.com/cards
List Files
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.increase.com/files
List Events
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.increase.com/events
SDK on GitHub 📄 API Docs
SDK
CriticalMoments
Go
API
increase.com
increase.com
At a glance
Language Go
Endpoints115
Base URLhttps://api.increase.com