File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ Find Hotels
1010### Find Hotels - 1st endpoint
1111* The parameter ` hotels ` has been renamed to ` hotelIds `
1212### 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 `
13+ * Update from ` amadeus.shopping.hotel('IALONCHO').hotelOffers .get() ` to ` amadeus.shopping.hotelOffersByHotel .get({ hotelId : 'IALONCHO'} ) `
14+ * Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as ` FULL_ALL_IMAGES `
1515### View Room Details - 3rd endpoint
16- * Updated from ` amadeus.shopping.hotel('IALONCHO').offer('XXX').get ` to ` amadeus.shopping.hotel_offer ('XXX').get `
16+ * Updated from ` amadeus.shopping.hotel('IALONCHO').offer('XXX').get() ` to ` amadeus.shopping.hotelOffer ('XXX').get() `
1717* Image category added under Media in the response
1818* Hotel distance added in the response
1919* Response now refers to the common HotelOffer object model
You can’t perform that action at this time.
0 commit comments