Skip to content

Commit cd27b0b

Browse files
authored
Merge pull request #91 from amadeus4dev/update-readme
Update outdated dates on readme
2 parents 66619f4 + d8fa453 commit cd27b0b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var amadeus = new Amadeus({
3232
amadeus.shopping.flightOffersSearch.get({
3333
originLocationCode: 'SYD',
3434
destinationLocationCode: 'BKK',
35-
departureDate: '2020-08-01',
35+
departureDate: '2021-04-01',
3636
adults: '2'
3737
}).then(function(response){
3838
console.log(response.data);
@@ -188,15 +188,15 @@ amadeus.shopping.flightDates.get({
188188
amadeus.shopping.flightOffersSearch.get({
189189
originLocationCode: 'SYD',
190190
destinationLocationCode: 'BKK',
191-
departureDate: '2020-08-01',
191+
departureDate: '2021-04-01',
192192
adults: '2'
193193
})
194194

195195
// Flight Choice Prediction
196196
amadeus.shopping.flightOffersSearch.get({
197197
originLocationCode: 'SYD',
198198
destinationLocationCode: 'BKK',
199-
departureDate: '2020-08-01',
199+
departureDate: '2021-04-01',
200200
adults: '2'
201201
}).then(function(response){
202202
return amadeus.shopping.flightOffers.prediction.post(
@@ -215,7 +215,7 @@ amadeus.shopping.flightOffersSearch.get({
215215
amadeus.shopping.flightOffersSearch.get({
216216
originLocationCode: 'SYD',
217217
destinationLocationCode: 'BKK',
218-
departureDate: '2020-08-01',
218+
departureDate: '2021-04-01',
219219
adults: '1'
220220
}).then(function(response){
221221
return amadeus.booking.flightOrders.post(
@@ -235,7 +235,7 @@ amadeus.shopping.flightOffersSearch.get({
235235
amadeus.shopping.flightOffersSearch.get({
236236
originLocationCode: 'SYD',
237237
destinationLocationCode: 'BKK',
238-
departureDate: '2020-08-01',
238+
departureDate: '2021-04-01',
239239
adults: '1'
240240
}).then(function(response){
241241
return amadeus.shopping.flightOffers.pricing.post(
@@ -258,7 +258,7 @@ amadeus.shopping.flightOffersSearch.get({
258258
amadeus.shopping.flightOffersSearch.get({
259259
originLocationCode: 'SYD',
260260
destinationLocationCode: 'BKK',
261-
departureDate: '2020-08-01',
261+
departureDate: '2021-04-01',
262262
adults: '1'
263263
}).then(function(response){
264264
return amadeus.shopping.seatmaps.post(
@@ -438,8 +438,8 @@ amadeus.eReputation.hotelSentiments.get({
438438
amadeus.travel.predictions.tripPurpose.get({
439439
originLocationCode: 'NYC',
440440
destinationLocationCode: 'MAD',
441-
departureDate: '2020-08-01',
442-
returnDate: '2020-08-12'
441+
departureDate: '2021-04-01',
442+
returnDate: '2021-04-08'
443443
})
444444

445445
// AI-Generated Photos

0 commit comments

Comments
 (0)