Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
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
dotnet-genai
HTML
API
googleapis.com
googleapis.com:streetviewpublish
At a glance
Language HTML
Endpoints14
Base URLhttps://streetviewpublish.googleapis.com
✓ Official