amadeus-node icon indicating copy to clipboard operation
amadeus-node copied to clipboard

Node library for the Amadeus Self-Service travel APIs

Results 16 amadeus-node issues
Sort by recently updated
recently updated
newest added

## Description This PR fixes #202 where users were required to manually convert their data to a string using `JSON.stringify` for some POST requests. With this fix, data will now...

## Description The `amadeus.referenceData.locations.hotels.byCity.get` endpoint seems to not support passing arrays as parameters ## Steps to Reproduce ``` const getHotelsByCity = async ({ cityCode, radius = 5, radiusUnit = "KM",...

Hello Amadeus team, My Self-Service application “Zema Trip Test App” is Live, but the Flight Create Orders API has been stuck in “Self-Service API validation under review” for more than...

I'm using the travel destinations API in production as well as the dates API, and I'm getting the following undocumented response code that I don't expect. example query: ``` /v1/shopping/flight-dates?origin=CPH&destination=SGN&departureDate=2025-11-15%2C2025-11-29...