Googleapis Streetviewpublish
Connector for the googleapis-streetviewpublish API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://streetviewpublish.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
streetviewpublish_photo_get— GET /v1/photo/{photoId} — Gets the metadata of the specified Photo. This method returns the following errostreetviewpublish_photosequence_get— GET /v1/photoSequence/{sequenceId} — Gets the metadata of the specified PhotoSequence via the Operation interface. Thstreetviewpublish_photosequences_list— GET /v1/photoSequences — Lists all the PhotoSequences that belong to the user, in descending CreatePhotoSstreetviewpublish_photos_list— GET /v1/photos — Lists all the Photos that belong to the user. > Note: Recently created photos thstreetviewpublish_photos_batchget— GET /v1/photos:batchGet — Gets the metadata of the specified Photo batch. Note that if BatchGetPhotos failstreetviewpublish_photo_create— POST /v1/photo — After the client finishes uploading the photo with the returned UploadRef, Creat
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: streetviewpublish_photo_get
# (attach an 'oauth' credential to the task — no inline secrets)