File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments