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.
2 parents 125ff22 + 9603142 commit 59cdf77Copy full SHA for 59cdf77
README.md
@@ -32,7 +32,7 @@ var amadeus = new Amadeus({
32
amadeus.shopping.flightOffersSearch.get({
33
originLocationCode: 'SYD',
34
destinationLocationCode: 'BKK',
35
- departureDate: '2021-08-01',
+ departureDate: '2022-06-01',
36
adults: '2'
37
}).then(function(response){
38
console.log(response.data);
0 commit comments