Skip to content

Commit 0b2b0ab

Browse files
author
Anthony Roux
committed
update examples (Flight Low-fare Search / Flight Inspiration Search / Flight Cheapest Date Search)
1 parent 9b169e2 commit 0b2b0ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ List of supported endpoints
210210
amadeus.reference_data.locations.airports.get(longitude=49.000, latitude=2.55)
211211
212212
# Flight Cheapest Date Search
213-
amadeus.shopping.flight_dates.get(origin='NCE', destination='PAR', duration=1)
213+
amadeus.shopping.flight_dates.get(origin='NYC', destination='MAD')
214214
215215
# Flight Checkin Links
216216
amadeus.reference_data.urls.checkin_links.get(airline='LH')
@@ -219,10 +219,10 @@ List of supported endpoints
219219
amadeus.reference_data.airlines.get(IATACode='BA')
220220
221221
# Flight Inspiration Search
222-
amadeus.shopping.flight_destinations.get(origin='MAD', maxPrice=200)
222+
amadeus.shopping.flight_destinations.get(origin='MAD')
223223
224224
# Flight Low-fare Search
225-
amadeus.shopping.flight_offers.get(origin='MAD', destination='OPO', departureDate='2017-04-20')
225+
amadeus.shopping.flight_offers.get(origin='MAD', destination='NYC', departureDate='2019-08-01')
226226
227227
# Flight Most Searched Destinations
228228
amadeus.travel.analytics.fare_searches.get(origin='NCE', sourceCountry='FR', period='2017-08')

0 commit comments

Comments
 (0)