Using amadeus-typescript-sdk with amadeus.com

TypeScript integration

Install
npm install amadeus-typescript-sdk
Quick start
import Amadeus_typescript_sdk from 'amadeus-typescript-sdk';

const client = new Amadeus_typescript_sdk({ apiKey: "YOUR_API_KEY" });
Returns points of interest for a given location and radius.
curl \
  /reference-data/locations/pois
Retieve one point of interest by its Id.
curl \
  /reference-data/locations/pois/{poisId}
Returns points of interest for a given area
curl \
  /reference-data/locations/pois/by-square
SDK on GitHub 📄 API Docs
SDK
amadeus-typescript-sdk
TypeScript
API
amadeus.com
amadeus.com:amadeus-points-of-interest
At a glance
Language TypeScript
Endpoints3