Using aliyun-openapi-python-sdk with openapi.space

Python integration

Install
pip install aliyun-openapi-python-sdk
Quick start
import aliyun-openapi-python-sdk

# Set your API key
client = aliyun_openapi_python_sdk.Client(api_key="YOUR_API_KEY")
Retrieves a list of currently defined APIs in API meta list format.
curl \
  -H "Authorization: $API_KEY" \
  /apis
Retrieves an API meta listing of all APIs defined for this owner
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}
Retrieves an API meta listing for all API versions for this owner and API
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}/{api}
SDK on GitHub 📄 API Docs
SDK
aliyun-openapi-python-sdk
Python
API
openapi.space
openapi.space
At a glance
Language Python
Endpoints15