Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Returns a requested node.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sasportal.googleapis.com/v1alpha1/{name}
Returns a list of requested customers.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sasportal.googleapis.com/v1alpha1/customers
Lists nodes.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sasportal.googleapis.com/v1alpha1/{parent}/nodes
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:sasportal
At a glance
Language Java
Endpoints20
Base URLhttps://sasportal.googleapis.com
✓ Official