File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 3.0.0 - 2019-01-22
5+ --------------------
6+ ** Hotel Search v2 has been deployed (Hotel Search v1 is now deprecated) **
7+
8+ ** General **
9+ - URLs for all three endpoints have been simplified for ease-of-use and consistency
10+ ** Find Hotels - 1st endpoint **
11+ - The parameter `hotels ` has been renamed to `hotelIds `
12+ ** View Hotel Rooms - 2nd endpoint **
13+ - Update from `amadeus.shopping.hotel('IALONCHO').hotel_offers.get ` to `amadeus.shopping.hotel_offers_by_hotel.get(hotelId: 'IALONCHO') `
14+ - Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as `FULL_ALL_IMAGES `
15+ ** View Room Details - 3rd endpoint **
16+ - Updated from `amadeus.shopping.hotel('IALONCHO').offer('XXX').get ` to `amadeus.shopping.hotel_offer('XXX').get `
17+ - Image category added under Media in the response
18+ - Hotel distance added in the response
19+ - Response now refers to the common HotelOffer object model
20+
4212.0.1 - 2019-01-17
522--------------------
623
Original file line number Diff line number Diff line change 1- version_info = (2 , 0 , 1 )
1+ version_info = (3 , 0 , 0 )
22version = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments