File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212dist
1313build
1414.vscode
15+ env
Original file line number Diff line number Diff line change @@ -240,11 +240,11 @@ List of supported endpoints
240240
241241 # Hotel Search
242242 # Get list of Hotels by city code
243- amadeus.shopping.hotel_offers.get(cityCode = ' MAD ' )
243+ amadeus.shopping.hotel_offers.get(cityCode = ' LON ' )
244244 # Get list of offers for a specific hotel
245- amadeus.shopping.hotel_offers_by_hotel( ' SMPARCOL ' ) .get()
245+ amadeus.shopping.hotel_offers_by_hotel.get(hotelId = ' IALONCHO ' )
246246 # Confirm the availability of a specific offer
247- amadeus.shopping.hotel_offer(' 4BA070CE929E135B3268A9F2D0C51E9D4A6CF318BA10485322FA2C7E78C7852E ' ).get()
247+ amadeus.shopping.hotel_offer(' D5BEE9D0D08B6678C2F5FAD910DC110BCDA187D21D4FCE68ED423426D0A246BB ' ).get()
248248
249249
250250 Development & Contributing
You can’t perform that action at this time.
0 commit comments