Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets a web app.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidmanagement.googleapis.com/v1/{name}
Lists EMM-managed enterprises. Only BASIC fields are returned.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidmanagement.googleapis.com/v1/enterprises
Lists devices for a given enterprise. Deleted devices are not returned in the…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidmanagement.googleapis.com/v1/{parent}/devices
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:androidmanagement
At a glance
Language HTML
Endpoints15
Base URLhttps://androidmanagement.googleapis.com
✓ Official