Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Gets a single contact.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{name}
Lists the contacts that have been set on a resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts
Lists all contacts for the resource that are subscribed to the specified noti…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts:compute
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:essentialcontacts
At a glance
Language unknown
Endpoints7
Base URLhttps://essentialcontacts.googleapis.com
✓ Official