Using app-services-sdk-go with redhat.com

Go integration

✓ Official SDK
Install
go get github.com/redhat-developer/app-services-sdk-go
Quick start
import "app-services-sdk-go"

// Initialize client
client := app-services-sdk-go.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
app-services-sdk-go
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