Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Lists operations that match the specified filter in the request. If the serve…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://vault.googleapis.com/v1/{name}
Lists matters the requestor has access to.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://vault.googleapis.com/v1/matters
Gets the specified matter.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://vault.googleapis.com/v1/matters/{matterId}
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:vault
At a glance
Language Java
Endpoints32
Base URLhttps://vault.googleapis.com
✓ Official