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 f7df774 commit ecc3fd0Copy full SHA for ecc3fd0
README.rst
@@ -203,7 +203,7 @@ List of supported endpoints
203
amadeus.shopping.flight_destinations.get(origin='MAD')
204
205
# Flight Cheapest Date Search
206
- amadeus.shopping.flight_dates.get(origin='NYC', destination='MAD')
+ amadeus.shopping.flight_dates.get(origin='MAD', destination='MUC')
207
208
# Flight Low-fare Search
209
amadeus.shopping.flight_offers.get(origin='MAD', destination='NYC', departureDate='2019-08-01')
0 commit comments