Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets the requested publisher profile by name.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{name}
Lists all deals in a proposal. To retrieve only the finalized revision deals …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/deals
Lists all client users for a specified client.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/users
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:authorizedbuyersmarketplace
At a glance
Language HTML
Endpoints27
Base URLhttps://authorizedbuyersmarketplace.googleapis.com
✓ Official