Python integration
import python-genai # Use an OAuth2 access token client = python_genai.Client(access_token="YOUR_ACCESS_TOKEN")
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://classroom.googleapis.com/v1/courses
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://classroom.googleapis.com/v1/invitations
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://classroom.googleapis.com/v1/courses/{id}