Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{name}
Downloads an integration. Retrieves the `IntegrationVersion` for a given `int…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{name}:download
Gets the client configuration for the given project and location resource name
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{parent}/clients
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:integrations
At a glance
Language Java
Endpoints40
Base URLhttps://integrations.googleapis.com
✓ Official