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" });
List all Liens applied to the `parent` resource. Callers of this method will …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/liens
Retrieves a TagValue. This method will return `PERMISSION_DENIED` if the valu…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/{name}
Lists the folders that are direct descendants of supplied parent resource. `l…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/folders
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:cloudresourcemanager
At a glance
Language TypeScript
Endpoints28
Base URLhttps://cloudresourcemanager.googleapis.com
✓ Official