Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Lists spaces the caller is a member of. Requires [authentication](https://dev…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/spaces
Gets the metadata of a message attachment. The attachment data is fetched usi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/{name}
Lists memberships in a space. Requires [authentication](https://developers.go…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/{parent}/members
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:chat
At a glance
Language HTML
Endpoints8
Base URLhttps://chat.googleapis.com
✓ Official