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.
2 parents 3159945 + 93c8eea commit 9b169e2Copy full SHA for 9b169e2
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