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