Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Retrieves the authenticated user's list of accounts.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/accounts
Retrieves a list of the authenticated user's active creatives. A creative wil…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/creatives
Retrieves a list of billing information for all accounts of the authenticated…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/billinginfo
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:adexchangebuyer
At a glance
Language unknown
Endpoints38
Base URLhttps://www.googleapis.com/adexchangebuyer/v1.4
✓ Official