Skip to content

Commit 5a1a85b

Browse files
committed
add readme
1 parent a277ed8 commit 5a1a85b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,13 @@ amadeus.travel.tripParserJobs('XXX').get()
345345
// To get the results of the job with ID 'XXX'
346346
amadeus.travel.tripParserJobs('XXX').result.get()
347347

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+
348355
//Hotel List API
349356
//Get list of hotels by city code
350357
amadeus.referenceData.locations.hotels.byCity.get({

0 commit comments

Comments
 (0)