Skip to content

Commit 188af48

Browse files
author
Anthony Roux
committed
Updating changelog
1 parent 981e6a7 commit 188af48

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# 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
218

319
## 2.0.0 - 2018-10-12
420

0 commit comments

Comments
 (0)