Releases: amadeus4dev-examples/amadeus-ruby
v5.2.1
v5.2.0
Add support for Flight Price Analysis. Thanks @developius for the contribution.
v5.1.0
Add support for Safe Place API.
Add support for the new endpoint (retrieve by id) for Points Of Interest API.
v5.0.0
Release of the Flight Offers Search API.
Add support for the Flight Choice Prediction v2.
Decommission of the Flight Low-fare Search and Flight Choice Prediction v1.
v4.0.0
Release of 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.
Decommissioning of the Flight Most Searched Destination API
v3.3.0
Release of the Hotel Ratings
The Hotel Ratings API uses a sentiment analysis algorithm to return an overall rating for a hotel as well as ratings for different criteria like location, comfort, service, staff, internet, food, facilities, pool or sleep quality. The ratings are on a scale of 0 to 100. The API is used to provide valuable content during the hotel search and shopping experience and permits hotel results to sorted by overall ratings or category ratings.
v3.2.0
Release of 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.
v3.1.0
Release of the Points Of Interest API
The Points Of Interest API, powered by AVUXI TopPlace, is a search API that returns a list of popular places for a particular location. The location can be defined as area bound by four coordinates or as a geographical coordinate with a radius. The popularity of a place or 'point of interest' is determined by AVUXI's proprietary algorithm that considers factors such as ratings, check-ins, category scores among other factors from a host of online media sources.
v3.0.0
Hotel Search v2 has been deployed (Hotel Search v1 is now deprecated)
General
- Remove the support of the Hotel Search v1
- URLs for all three endpoints have been simplified for ease-of-use and consistency
Find Hotels - 1st endpoint
- The parameter
hotels
has been renamed tohotelIds
View Hotel Rooms - 2nd endpoint
- Update from
amadeus.shopping.hotel('IALONCHO').hotel_offers.get
toamadeus.shopping.hotel_offers_by_hotel.get(hotelId: 'IALONCHO')
- Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as
FULL_ALL_IMAGES
View Room Details - 3rd endpoint
- Updated from
amadeus.shopping.hotel('IALONCHO').offer('XXX').get
toamadeus.shopping.hotel_offer('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
v2.0.0
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