Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Looks up an enterprise by domain name. This is only supported for enterprises…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidenterprise.googleapis.com/androidenterprise/v1/enterprises
Retrieves the name and domain of an enterprise.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidenterprise.googleapis.com/androidenterprise/v1/enterprises/{enterpriseId}
Retrieves details of an Android app permission for display to an enterprise a…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidenterprise.googleapis.com/androidenterprise/v1/permissions/{permissionId}
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:androidenterprise
At a glance
Language HTML
Endpoints76
Base URLhttps://androidenterprise.googleapis.com
✓ Official