Skip to content

Commit 86a7f91

Browse files
authored
Fix examples for Flight Most Searched Destinations
1 parent c161f14 commit 86a7f91

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,11 @@ List of supported endpoints
224224
amadeus.reference_data.locations.airports.get(longitude=49.000, latitude=2.55)
225225
226226
# Flight Most Searched Destinations
227-
amadeus.travel.analytics.fare_searches.get(originCityCode='MAD', sourceCountry='SP', period='2017-08')
228-
227+
# Which were the most searched flight destinations from Madrid in August 2017?
228+
amadeus.travel.analytics.air_traffic.searched.get(originCityCode='MAD', marketCountryCode='ES', searchPeriod='2017-08')
229+
# How many people in Spain searched for a trip from Madrid to New-York in September 2017?
230+
amadeus.travel.analytics.air_traffic.searched_by_destination.get(originCityCode='MAD', destinationCityCode='NYC', marketCountryCode='ES', searchPeriod='2017-08')
231+
229232
# Flight Most Booked Destinations
230233
amadeus.travel.analytics.air_traffic.booked.get(originCityCode='MAD', period='2017-08')
231234
@@ -235,7 +238,7 @@ List of supported endpoints
235238
# Flight Busiest Travel Period
236239
amadeus.travel.analytics.air_traffic.busiest_period.get(cityCode='MAD', period='2017', direction='ARRIVING')
237240
238-
# Hotel Search API
241+
# Hotel Search
239242
# Get list of Hotels by city code
240243
amadeus.shopping.hotel_offers.get(cityCode = 'MAD')
241244
# Get list of offers for a specific Hotel

0 commit comments

Comments
 (0)