We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709cee4 commit b892d01Copy full SHA for b892d01
README.md
@@ -281,8 +281,7 @@ Period[] busiestPeriods = amadeus.travel.analytics.airTraffic.busiestPeriod.get(
281
HotelOffer[] offers = amadeus.shopping.hotelOffers.get(Params
282
.with("cityCode", "MAD"));
283
// Get list of offers for a specific hotel
284
-HotelOffer offer = amadeus.shopping
285
- .hotelOffersByHotel("SMPARCOL").get();
+HotelOffer hotelOffer = amadeus.shopping.hotelOffersByHotel.get(Params.with("hotelId", "BGLONBGB");
286
// Confirm the availability of a specific offer
287
HotelOffer offer = amadeus.shopping
288
.hotelOffer("4BA070CE929E135B3268A9F2D0C51E9D4A6CF318BA10485322FA2C7E78C7852E").get();
0 commit comments