Using python-aiplatform with googleapis.com

Python integration

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

# Use an OAuth2 access token
client = python_aiplatform.Client(access_token="YOUR_ACCESS_TOKEN")
Get the specified version that has been created for the specified site. This …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasehosting.googleapis.com/v1beta1/{name}
Lists the remaining files to be uploaded for the specified version.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasehosting.googleapis.com/v1beta1/{parent}/files
Lists each Hosting Site associated with the specified parent Firebase project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasehosting.googleapis.com/v1beta1/{parent}/sites
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:firebasehosting
At a glance
Language Python
Endpoints17
Base URLhttps://firebasehosting.googleapis.com
✓ Official