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

Python integration

✓ Official SDK
Install
pip install app-services-sdk-python
Quick start
import app-services-sdk-python

client = app_services_sdk_python.Client("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-python
Python
API
redhat.com
redhat.com:catalog_inventory
At a glance
Language Python
Endpoints38
Base URLhttps://cloud.redhat.com//api/catalog-inventory/v1.0
✓ Official