Using helm2go-operator-sdk with redhat.com

Go integration

✓ Official SDK
Install
go get github.com/redhat-nfvpe/helm2go-operator-sdk
Quick start
import "helm2go-operator-sdk"

// Initialize client
client := helm2go-operator-sdk.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
helm2go-operator-sdk
Go
API
redhat.com
redhat.com:catalog_inventory
At a glance
Language Go
Endpoints38
Base URLhttps://cloud.redhat.com//api/catalog-inventory/v1.0
✓ Official