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 latest state of a long-running operation. Clients can use this metho…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/{name}
Lists managed services. Returns all public services. For authenticated users,…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/services
Lists service operations that match the specified filter in the request.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/operations
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:servicemanagement
At a glance
Language TypeScript
Endpoints19
Base URLhttps://servicemanagement.googleapis.com
✓ Official