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 the requested publisher profile by name.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{name}
Lists all deals in a proposal. To retrieve only the finalized revision deals …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/deals
Lists all client users for a specified client.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/users
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:authorizedbuyersmarketplace
At a glance
Language TypeScript
Endpoints27
Base URLhttps://authorizedbuyersmarketplace.googleapis.com
✓ Official