Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Searches the beacon registry for beacons that match the given search criteria…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/beacons
Gets the Proximity Beacon API's current public key and associated parameters …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/eidparams
Lists all attachment namespaces owned by your Google Developers Console proje…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/namespaces
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:proximitybeacon
At a glance
Language HTML
Endpoints17
Base URLhttps://proximitybeacon.googleapis.com
✓ Official