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 account. Returns `NOT_FOUND` if the account does not exist…
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/{name}
Lists all of the accounts for the authenticated user. This includes all accou…
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/accounts
Lists all of the admins for the specified location.
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/{parent}/admins
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:mybusinessaccountmanagement
At a glance
Language TypeScript
Endpoints11
Base URLhttps://mybusinessaccountmanagement.googleapis.com
✓ Official