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 71e5185 commit e900486Copy full SHA for e900486
README.md
@@ -265,7 +265,7 @@ AirTraffic[] airTraffics = amadeus.travel.analytics.airTraffic.booked.get(Params
265
Period[] busiestPeriods = amadeus.travel.analytics.airTraffic.busiestPeriod.get(Params
266
.with("cityCode", "MAD")
267
.and("period", "2017")
268
- .and("direction", BusiestPeriod.ARRIVING);
+ .and("direction", BusiestPeriod.ARRIVING));
269
270
// Hotel Search API
271
// Get list of hotels by cityCode
0 commit comments