Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets an existing external transaction.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidpublisher.googleapis.com/androidpublisher/v3/{name}
Lists all users with access to a developer account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidpublisher.googleapis.com/androidpublisher/v3/{parent}/users
Lists all reviews.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:androidpublisher
At a glance
Language HTML
Endpoints94
Base URLhttps://androidpublisher.googleapis.com
✓ Official