Migrate to Github actions
Add support for Flight Price Analysis. Thanks @developius for the contribution.
Add support for Safe Place API. Add support for retrieve by id for Points Of Interest API
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.
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
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.
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.
Release of the Point 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.
- URLs for all three endpoints have been simplified for ease-of-use and consistency
- The parameter
hotels
has been renamed tohotelIds
- 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
- 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
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
New version of the ruby gem to support our 3 new endpoints:
The first stable version of the Amadeus for Developers ruby SDK
Fix the Flight Most Traveled Destinations endpoint (air_traffic/traveled)
Adds easier to read error messages
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').hotel_offers.get
- Updates gemspec to specify a minimum Ruby version
- Updated documentation for RubyInfo.org
- First Beta release with support for all the initial API endpoints
- Initial release
- Just a placeholder for the
amadeus
gem name