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" });
Searches the beacon registry for beacons that match the given search criteria…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/beacons
Gets the Proximity Beacon API's current public key and associated parameters …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/eidparams
Lists all attachment namespaces owned by your Google Developers Console proje…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/namespaces
SDK on GitHub 📄 API Docs
SDK
js-genai
TypeScript
API
googleapis.com
googleapis.com:proximitybeacon
At a glance
Language TypeScript
Endpoints17
Base URLhttps://proximitybeacon.googleapis.com
✓ Official