Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
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
sdk-platform-java
Java
API
googleapis.com
googleapis.com:chat
At a glance
Language Java
Endpoints8
Base URLhttps://chat.googleapis.com
✓ Official