Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Returns a list of courses that the requesting user is permitted to view, rest…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://classroom.googleapis.com/v1/courses
Returns a list of invitations that the requesting user is permitted to view, …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://classroom.googleapis.com/v1/invitations
Returns a course. This method returns the following error codes: * `PERMISSIO…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://classroom.googleapis.com/v1/courses/{id}
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:classroom
At a glance
Language unknown
Endpoints61
Base URLhttps://classroom.googleapis.com
✓ Official