Using operator with redhat.com

Go integration

Install
go get github.com/janus-idp/operator
Quick start
import "operator"

// Initialize client
client := operator.NewClient("YOUR_API_KEY")
List Tags
curl \
  -u "$API_USER:$API_PASS" \
  https://cloud.redhat.com//api/catalog-inventory/v1.0/tags
List Tasks
curl \
  -u "$API_USER:$API_PASS" \
  https://cloud.redhat.com//api/catalog-inventory/v1.0/tasks
List Sources
curl \
  -u "$API_USER:$API_PASS" \
  https://cloud.redhat.com//api/catalog-inventory/v1.0/sources
SDK on GitHub 📄 API Docs
SDK
operator
Go
API
redhat.com
redhat.com:catalog_inventory
At a glance
Language Go
Endpoints38
Base URLhttps://cloud.redhat.com//api/catalog-inventory/v1.0