Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-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
java-genai
Java
API
googleapis.com
googleapis.com:androidpublisher
At a glance
Language Java
Endpoints94
Base URLhttps://androidpublisher.googleapis.com
✓ Official