Using js-genai with googleapis.com

TypeScript integration

✓ Official SDK
Install
npm install js-genai
Quick start
import Js_genai from 'js-genai';

const client = new Js_genai({ accessToken: "YOUR_ACCESS_TOKEN" });
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{name}
Downloads an integration. Retrieves the `IntegrationVersion` for a given `int…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{name}:download
Gets the client configuration for the given project and location resource name
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{parent}/clients
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:integrations
At a glance
Language TypeScript
Endpoints40
Base URLhttps://integrations.googleapis.com
✓ Official