Decommissioned Trip Parser API
JSON body is now stringified before sent to the POST API calls. Thanks to Mohammed Alsammarrai for his contribution!
Add support for the Hotel Booking API v2
Decommissioned Safe Place API
Removed bluebird from dependencies, Big thanks to Mohammed Alsammarrai for his contribution!
Minor code improvement, Big thanks to Mohammed Alsammarrai for his contribution!
Add support for additional parameters with Flight Offers Price API
Decommissioned Travel Restrictions API v2
Add support for the Transfer Search API
Add support for the Transfer Booking API
Add support for the Transfer Management API
Decommissioned Travel Restrictions API v1
Decommissioned Hotel Search API v2
Fixed #174 SDK reference documentation is back
Fixed #183 Update comparisons in condition statements
Minor updates in How to Release in contribution guide
Add support for Travel Restrictions API v2
Fix pagination issue
Add SonarCloud support
Decommission Trip Parser API v2
Update versions of dependencies
- @babel/cli from ^7.4.4 to ^7.18.6
- @babel/core from ^7.4.5 to ^7.18.6
- @babel/preset-env from ^7.4.5 to ^7.18.6
- babel-plugin-add-module-exports from ^0.2.1 to ^1.0.4
- documentation from ^11.0.0 to ^13.2.5
- bluebird from ^3.5.1 to ^3.7.2
- qs from ^6.9.1 to ^6.11.0
Add support for the City Search API
Add support for the Hotel Name Autocomplete API
Add support for the Airline Routes API
Add support for the Trip Parser API v3
Decommission AI-Generated Photos API
Fix the initialization of client without parameters
Add X-HTTP-Method-Override in HTTP headers for 6 endpoints
Add support for the Airport Routes API
Add support for the Travel Restrictions API
Add support for the Hotel Search API V3
Add support for the Hotel List API
Migrate to Github Actions
Add support for the Flight Availabilities Search API
Add support for the Branded Fares Upsell API
Fix unwanted exception on DELETE
method of Flight Order Management API
Update Node versions in Travis configuration to Node LTS versions
Add support for the Flight Price Analysis API
Add support for the Tours and Activities API
Add support for the On-Demand Flight Status API
Adding Travel Recommendations API
Adding Safe Place API
Decommission Flight Low-Fare Search API
Decommission Flight Choice Prediction v1
Adding Flight Choice Prediction v2
The input of Flight Choice Prediction v2 is the result of Flight Offers Search API - in v1 the input was the result of Flight Low-Fare Search
Adding support for POI API's retrieve endpoint
Add support for the Flight Offers Price API
The Flight Offers Price API confirms the flight price (including taxes and fees) and availability for a given flight returned by the Flight Offers Search API. The API also returns pricing for ancillary products (additional bags, extra legroom, etc.) and the payment information details needed for booking.
Add support for the Flight Create Orders API
The Flight Create Orders API is a flight booking API that lets you perform the final booking for a desired flight and ancillary products (additional bags, extra legroom, etc.). The API returns a unique ID for the flight order and reservation details. This API is used to perform the final booking on confirmed fares returned by the Flight Offers Price API.
Add support for the Flight Order Management API
The Flight Order Management API lets you consult bookings created through the Flight Create Orders API. Using the booking ID generated by Flight Create Orders, Flight Order Management returns the last-updated version of the booking record with any post-booking modifications including but not limited to ticket information, form of payment or other remarks.
Add support for the Hotel Booking API
The Amadeus Hotel Booking API lets you complete bookings at over 150,000 hotels and accommodations around the world. To complete bookings, you must first use the Amadeus Hotel Search API to search for hotel deals, select the desired offer and confirm the final price and availability. You can then use the Hotel Booking API to complete the reservation by providing an offer id, guest information and payment information.
Add support for the SeatMap Display API
SeatMap Display API allows you to get information to display airplane cabin plan from a Flight Offer in order for the traveler to be able to choose his seat during the flight booking flow thanks to POST method. In addition GET method allows you to display airplane cabin plan from an existing Flight Order.
Remove support for Most Searched Destinations
Add support for the Trip Parser API
The Trip Parser API parses information from various booking confirmation emails and returns a standardized, structured travel itinerary. The API can extract relevant information from a wide variety of flight, hotel, rental car and rail providers’ confirmation emails by first identifying the provider and then using a database of provider-specific email structures to determine which information to extract. The API then returns a link to the JSON structure of the itinerary.
Add support for the Flight Offers Search
The Flight Offers Search API is a flight search API that returns cheap flights between two airports for a given number of passengers and for a given date or date range. The API returns airline name, price and fare details, as well as additional information like baggage allowance, prices for additional baggage and departure terminal.
Add support for the AI-Generated Photos
The AI-Generated Photos API returns a link to download a rendered image of a landscape. The image size is 512x512 pixels and the currently available image categories are BEACH and MOUNTAIN. The link to download the AI-generated picture is valid for 24 hours. This API is an experimental project created by the Amadeus AI Lab using the Nvidia StyleGAN framework. This API is free to use and we welcome any feedback you may have about improvements.
Add support for the Flight Delay Prediction
The Flight Delay Prediction API returns the probability that a given flight will be delayed by four possible delay lengths: less than 30 minutes, 30-60 minutes, 60-120 minutes and over 120 minutes/cancellation. The API receives flight information and applies a machine-learning model trained with Amadeus historical data to determine the probability of flight delay.
Add support for the Airport On-Time Performance
The Airport On-Time Performance API returns the estimated percentage of on-time flight departures for a given airport and date. The API receives the 3-letter IATA airport code and departure date and applies a machine-learning model trained with Amadeus historical data to estimate the overall airport on-time performance. This API is in currently in beta and only returns accurate data for airports located in the U.S.
Add support for the Trip Purpose Prediction
The Trip Purpose Prediction API returns the probability of whether a round-trip flight itinerary is for business or leisure travel. The API takes flight dates, departure city and arrival city and then applies a machine-learning model trained with Amadeus historical data to determine the probability that the itinerary is for business or leisure travel. This API is useful for gaining insight and optimizing the search and shopping experience.
Add support for the Flight Choice Prediction API
The Flight Choice Prediction API allows developers to forecast traveler choices in the context of search & shopping. Exposing machine learning & AI services for travel, this API consumes the output of the Flight Low-fare Search API and returns augmented content with probabilities of choices for each flight offers.
Add support for the Hotel Ratings API
The Hotel Ratings API provides hotel ratings based on automated sentiment analysis algorithm applied on the online reviews. Apart from an overall rating for a hotel also provides ratings for different categories of each (e.g.: staff, pool, internet, location). This provides a key content information for decision making during a shopping experience being able to compare how good a hotel is compared to others, sort hotels by ratings, filter by categories or recommend a hotel based on the trip context.
Fix an issue with the POST
method that was not adding the right Content-Type.
New version of the Node SDK to support a new endpoint:
New version of the Node SDK to support a new endpoint:
- Remove the support for Hotel Search v1
- URLs for all three endpoints have been simplified for ease-of-use and consistency Find Hotels
- The parameter
hotels
has been renamed tohotelIds
- Update from
amadeus.shopping.hotel('IALONCHO').hotelOffers.get()
toamadeus.shopping.hotelOffersByHotel.get({hotelId : 'IALONCHO'})
- Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as
FULL_ALL_IMAGES
- Updated from
amadeus.shopping.hotel('IALONCHO').offer('XXX').get()
toamadeus.shopping.hotelOffer('XXX').get()
- Image category added under Media in the response
- Hotel distance added in the response
- Response now refers to the common HotelOffer object model
Flight Most Searched Destinations: Redesign of the API - Split the previous endpoint in 2 endpoints:
- 1st endpoint to find the most searched destinations
- 2nd endpoint to have more data about a dedicated origin & destination
Flight Most Booked Destinations:
- Rename origin to originCityCode
Flight Most Traveled Destinations:
- Rename origin in originCityCode
- Rename airline to airlineCode
- Remove parameter onlyMajor
- Add radius as parameter
- Regroup parameters IATACode and ICAOCode under the same name airlineCodes
Release 1.1.0.
- Support of 3 new endpoints
Remove Beta tag
Release 1.0.0
Fix most traveled destination API
Remove node shrinkwrap
Set default log level to silent
Updates hostname for production server
Add support for Amadeus's specific Accept
request header.
Update singular endpoints to use singular names.
For example:
GET /v1/shopping/hotels/SMPARCOL/hotel-offers
becomes
amadeus.shopping.hotel('SMPARCOL').hotelOffers.get()
- First Beta release with support for all the initial API endpoints
- Initial release