Skip to content

Commit

Permalink
Remove travel restrictions references
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Aug 30, 2023
1 parent fed62d0 commit a0b0afe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 99 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,17 +531,6 @@ amadeus.analytics.itineraryPriceMetrics.get({
departureDate: '2022-03-13',
})

// Travel Restrictions
// The Travel Restrictions API provides up-to-date data on COVID-19 caseloads and travel restrictions for over 200 countries and territories,
// as well as hundreds of cities and regions worldwide.

// Travel Restrictions API v2
amadeus.dutyOfCare.diseases.covid19Report.get({
countryCode: 'US',
cityCode: 'NYC',
language: 'EN'
});

//Cars & Transfers APIs
// Transfer Search API: Search Transfer
amadeus.shopping.transferOffers.post(JSON.stringify(body));
Expand Down
2 changes: 0 additions & 2 deletions src/amadeus.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Safety from './amadeus/namespaces/safety';
import Schedule from './amadeus/namespaces/schedule';
import Analytics from './amadeus/namespaces/analytics';
import Location from './amadeus/namespaces/location';
import DutyOfCare from './amadeus/namespaces/duty_of_care';
import Airline from './amadeus/namespaces/airline';


Expand Down Expand Up @@ -80,7 +79,6 @@ class Amadeus {
this.schedule = new Schedule(this.client);
this.analytics = new Analytics(this.client);
this.location = new Location(this.client);
this.dutyOfCare = new DutyOfCare(this.client);
this.airline = new Airline(this.client);
}

Expand Down
19 changes: 0 additions & 19 deletions src/amadeus/namespaces/duty_of_care.js

This file was deleted.

22 changes: 0 additions & 22 deletions src/amadeus/namespaces/duty_of_care/diseases.js

This file was deleted.

45 changes: 0 additions & 45 deletions src/amadeus/namespaces/duty_of_care/diseases/covid19_report.js

This file was deleted.

0 comments on commit a0b0afe

Please sign in to comment.