Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets a room managed by the enterprise.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://smartdevicemanagement.googleapis.com/v1/{name}
Lists rooms managed by the enterprise.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://smartdevicemanagement.googleapis.com/v1/{parent}/rooms
Lists devices managed by the enterprise.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://smartdevicemanagement.googleapis.com/v1/{parent}/devices
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:smartdevicemanagement
At a glance
Language HTML
Endpoints5
Base URLhttps://smartdevicemanagement.googleapis.com
✓ Official