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")
Returns the spreadsheet at the given ID. The caller must specify the spreadsh…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}
Returns a range of values from a spreadsheet. The caller must specify the spr…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}
Returns one or more ranges of values from a spreadsheet. The caller must spec…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values:batchGet
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:sheets
At a glance
Language Python
Endpoints17
Base URLhttps://sheets.googleapis.com
✓ Official