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 46a1526 commit 6ddfe01Copy full SHA for 6ddfe01
README.md
@@ -216,8 +216,8 @@ FlightDestination[] flightDestinations = amadeus.shopping.flightDestinations.get
216
217
// Flight Cheapest Date Search
218
FlightDate[] flightDates = amadeus.shopping.flightDates.get(Params
219
- .with("origin", "NYC")
220
- .and("destination", "MAD"));
+ .with("origin", "MAD")
+ .and("destination", "MUC"));
221
222
// Flight Low-fare Search
223
FlightOffer[] flightOffers = amadeus.shopping.flightOffers.get(Params
0 commit comments