Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Gets the Service configuration for the specified service name.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebaseappcheck.googleapis.com/v1/{name}
Lists all Service configurations for the specified project. Only Services whi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebaseappcheck.googleapis.com/v1/{parent}/services
Lists all DebugTokens for the specified app. For security reasons, the `token…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebaseappcheck.googleapis.com/v1/{parent}/debugTokens
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:firebaseappcheck
At a glance
Language Java
Endpoints24
Base URLhttps://firebaseappcheck.googleapis.com
✓ Official