Skip to content

Commit

Permalink
Merge pull request #254 from amadeus4dev/deco-travel-restrictionsv2
Browse files Browse the repository at this point in the history
Remove Travel Restrictions v2
  • Loading branch information
minjikarin authored Aug 31, 2023
2 parents ece279e + d01bed1 commit bea01f2
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 2,833 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,6 @@ Destination[] directDestinations = amadeus.airport.directDestinations.get(Params
FlightAvailability[] flightAvailabilities
= amadeus.shopping.availability.flightAvailabilities.post(body);

// Travel Restrictions v2 GET
DiseaseReport diseaseReport
= amadeus.dutyOfCare.diseases.covid19Report.get(Params.with("countryCode","US"));

// Location Score GET
ScoredLocation[] scoredLocations
Expand Down
8 changes: 0 additions & 8 deletions src/main/java/com/amadeus/Amadeus.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ public class Amadeus extends HTTPClient {
*/
public Analytics analytics;

/**
* <p>
* A namespaced client for the <code>/v1/duty-of-care</code> endpoints.
* </p>
*/
public DutyOfCare dutyOfCare;

/**
* <p>
* A namespaced client for the <code>/v1/location</code> endpoints.
Expand Down Expand Up @@ -129,7 +122,6 @@ protected Amadeus(Configuration configuration) {
this.safety = new Safety(this);
this.schedule = new Schedule(this);
this.analytics = new Analytics(this);
this.dutyOfCare = new DutyOfCare(this);
this.location = new Location(this);
this.airline = new Airline(this);
this.ordering = new Ordering(this);
Expand Down
37 changes: 0 additions & 37 deletions src/main/java/com/amadeus/DutyOfCare.java

This file was deleted.

28 changes: 0 additions & 28 deletions src/main/java/com/amadeus/dutyOfCare/Diseases.java

This file was deleted.

62 changes: 0 additions & 62 deletions src/main/java/com/amadeus/dutyOfCare/diseases/Covid19Report.java

This file was deleted.

Loading

0 comments on commit bea01f2

Please sign in to comment.