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 a277ed8 commit 5a1a85bCopy full SHA for 5a1a85b
README.md
@@ -345,6 +345,13 @@ amadeus.travel.tripParserJobs('XXX').get()
345
// To get the results of the job with ID 'XXX'
346
amadeus.travel.tripParserJobs('XXX').result.get()
347
348
+// City Search API
349
+// finds cities that match a specific word or string of letters.
350
+// Return a list of cities matching a keyword 'France'
351
+amadeus.referenceData.locations.cities.get({
352
+ keyword: 'Paris'
353
+})
354
+
355
//Hotel List API
356
//Get list of hotels by city code
357
amadeus.referenceData.locations.hotels.byCity.get({
0 commit comments