Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
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
dotnet-genai
HTML
API
googleapis.com
googleapis.com:firebaseappcheck
At a glance
Language HTML
Endpoints24
Base URLhttps://firebaseappcheck.googleapis.com
✓ Official