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 d4f2279 commit 29a49b4Copy full SHA for 29a49b4
README.rst
@@ -220,8 +220,8 @@ List of supported endpoints
220
# Get a specific city or airport based on its id
221
amadeus.reference_data.location('ALHR').get()
222
223
- # Airport Nearest Relevant Airport
224
- amadeus.reference_data.locations.airports.get(longitude=49.000, latitude=2.55)
+ # Airport Nearest Relevant Airport (for London)
+ amadeus.reference_data.locations.airports.get(longitude=0.1278, latitude=51.5074)
225
226
# Flight Most Searched Destinations
227
# Which were the most searched flight destinations from Madrid in August 2017?
0 commit comments