You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,22 @@
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
+
* Remove the support for Hotel Search v1
8
+
* URLs for all three endpoints have been simplified for ease-of-use and consistency
9
+
Find Hotels
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("BGLONBGB").hotelOffers.get();` to `amadeus.shopping.hotelOffersByHotel.get(Params.with("hotelId", "BGLONBGB"));`
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("BGLONBGB").offer("XXX").get();` to `amadeus.shopping..hotelOffer("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
0 commit comments