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" });
Lists of subscriptions managed by the reseller. The list can be all subscript…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://reseller.googleapis.com/apps/reseller/v1/subscriptions
Gets a customer account. Use this operation to see a customer account already…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://reseller.googleapis.com/apps/reseller/v1/customers/{customerId}
Returns all the details of the watch corresponding to the reseller.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:reseller
At a glance
Language TypeScript
Endpoints17
Base URLhttps://reseller.googleapis.com
✓ Official