Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Lists tables for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/tables
Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/{name}
Lists workspaces for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/workspaces
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:area120tables
At a glance
Language unknown
Endpoints10
Base URLhttps://area120tables.googleapis.com
✓ Official