Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Retrieves a list of contacts for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/contacts
Retrieves a list of timeline items for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/timeline
Retrieves a list of locations for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/locations
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:mirror
At a glance
Language unknown
Endpoints24
Base URLhttps://www.googleapis.com/mirror/v1
✓ Official