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 dd789e6 commit 6863feaCopy full SHA for 6863fea
README.rst
@@ -222,7 +222,7 @@ List of supported endpoints
222
amadeus.shopping.flight_destinations.get(origin='MAD', maxPrice=200)
223
224
# Flight Low-fare Search
225
- amadeus.shopping.flight_offers.get(origin='MAD', destination='OPO', "2017-04-20')
+ amadeus.shopping.flight_offers.get(origin='MAD', destination='OPO', departureDate='2017-04-20')
226
227
# Flight Most Searched Destinations
228
amadeus.travel.analytics.fare_searches.get(origin='NCE', sourceCountry='FR', period='2017-08')
0 commit comments