Using python-aiplatform with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-aiplatform
Quick start
import python-aiplatform

client = python_aiplatform.Client("YOUR_API_KEY")
Returns list of channels that are available for a given platform.
curl \
  https://versionhistory.googleapis.com/v1/{parent}/channels
Returns list of releases of the given version.
curl \
  https://versionhistory.googleapis.com/v1/{parent}/releases
Returns list of version for the given platform/channel.
curl \
  https://versionhistory.googleapis.com/v1/{parent}/versions
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:versionhistory
At a glance
Language Python
Endpoints4
Base URLhttps://versionhistory.googleapis.com
✓ Official