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" });
Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.C…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://resourcesettings.googleapis.com/v1/{name}
Lists all the settings that are available on the Cloud resource `parent`.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://resourcesettings.googleapis.com/v1/{parent}/settings
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:resourcesettings
At a glance
Language TypeScript
Endpoints3
Base URLhttps://resourcesettings.googleapis.com
✓ Official