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 f90fd41 commit a59aa0bCopy full SHA for a59aa0b
README.md
@@ -404,10 +404,10 @@ Destination[] directDestinations = amadeus.airport.directDestinations.get(Params
404
FlightAvailability[] flightAvailabilities
405
= amadeus.shopping.availability.flightAvailabilities.post(body);
406
407
-// Travel Restrictions GET V1
+// Travel Restrictions v1 GET
408
DiseaseAreaReport diseaseAreaReport
409
= amadeus.dutyOfCare.diseases.covid19AreaReport.get(Params.with("countryCode","US"));
410
-// Travel Restrictions GET V2
+// Travel Restrictions v2 GET
411
DiseaseReport diseaseReport
412
= amadeus.dutyOfCare.diseases.covid19Report.get(Params.with("countryCode","US"));
413
0 commit comments