Releases: amadeus4dev/amadeus-java
Releases · amadeus4dev/amadeus-java
Fix AMADEUS_HOST environment variable
v1.1.1 - Bug fix sub-attributes accessors not accessible
Some sub-attributes of the responses were not accessible.
You can now do (for example):
Airport & City Search:
locations[0].getAddress().getCityCode()
Hotel Search:
offers[i].getHotel().getCityCode()
v1.1.0: Support of 3 new endpoints
New version of the Java SDK to support our 3 new endpoints:
Flight Most Booked Destinations
Flight Busiest Traveling Period
Airline Code Lookup
v1.0.1
Merge pull request #7 from amadeus4dev/version_1.0.1 fix documentation typos and publish a new version with signed jar
v1.0.0
The first stable version of the Amadeus for Developers Java SDK
v1.0.0beta2
fix typo in travis file
v1.0.0beta1
Merge pull request #2 from anthonyroux/travis-configuration Configuration to automatically deploy artifacts on BinTray