Using go2sky with apache.org

Go integration

Install
go get github.com/SkyAPM/go2sky
Quick start
import "go2sky"

// Initialize client
client := go2sky.NewClient("YOUR_API_KEY")
List DAGs
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/dags
List pools
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/pools
List roles
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/roles
SDK on GitHub 📄 API Docs
SDK
go2sky
Go
API
apache.org
apache.org:airflow
At a glance
Language Go
Endpoints73
Base URLhttps://apache.local