Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets details of a single import.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://metastore.googleapis.com/v1beta/{name}
Lists information about the supported locations for this service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://metastore.googleapis.com/v1beta/{name}/locations
Lists backups in a service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://metastore.googleapis.com/v1beta/{parent}/backups
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:metastore
At a glance
Language HTML
Endpoints23
Base URLhttps://metastore.googleapis.com
✓ Official