Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
List information about processes made by or on behalf of a user, such as proc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/processes
Gets a script project's metadata.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/projects/{scriptId}
Gets the content of the script project, including the code source and metadat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/projects/{scriptId}/content
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:script
At a glance
Language Java
Endpoints16
Base URLhttps://script.googleapis.com
✓ Official