Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Get telemetry user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chromemanagement.googleapis.com/v1/{name}
List all telemetry users.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chromemanagement.googleapis.com/v1/{parent}/telemetry/users
List telemetry events.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chromemanagement.googleapis.com/v1/{parent}/telemetry/events
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:chromemanagement
At a glance
Language HTML
Endpoints12
Base URLhttps://chromemanagement.googleapis.com
✓ Official