Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Get a form.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}
Return a list of the watches owned by the invoking project. The maximum numbe…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}/watches
List a form's responses.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}/responses
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:forms
At a glance
Language Java
Endpoints9
Base URLhttps://forms.googleapis.com
✓ Official