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({ apiKey: "YOUR_API_KEY" });
Gets the specified chain. Returns `NOT_FOUND` if the chain does not exist.
curl \
  https://mybusiness.googleapis.com/v4/{name}
Lists all of the accounts for the authenticated user. This includes all accou…
curl \
  https://mybusiness.googleapis.com/v4/accounts
Returns the list of available attributes that would be available for a locati…
curl \
  https://mybusiness.googleapis.com/v4/attributes
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:my-business
At a glance
Language TypeScript
Endpoints50
Base URLhttps://mybusiness.googleapis.com
✓ Official