amadeus-java icon indicating copy to clipboard operation
amadeus-java copied to clipboard

Java library for the Amadeus Self-Service travel APIs

Results 21 amadeus-java issues
Sort by recently updated
recently updated
newest added

## Description NPE when calling Amadeus.referenceData.locations.cities and there are no cities in the response. ## Steps to Reproduce call Amadeus.referenceData.locations.cities .get(Params.with("keyword", "SANC").and("countryCode", "CU")); __Expected Behavior:__ [should return an empty list...