Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Lists all the Photos that belong to the user. > Note: Recently created photos…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://streetviewpublish.googleapis.com/v1/photos
Lists all the PhotoSequences that belong to the user, in descending CreatePho…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://streetviewpublish.googleapis.com/v1/photoSequences
Gets the metadata of the specified Photo. This method returns the following e…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://streetviewpublish.googleapis.com/v1/photo/{photoId}
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:streetviewpublish
At a glance
Language unknown
Endpoints14
Base URLhttps://streetviewpublish.googleapis.com
✓ Official