Skip to content

Releases: amadeus4dev/amadeus-java

Fix AMADEUS_HOST environment variable

v1.1.1 - Bug fix sub-attributes accessors not accessible

09 Oct 18:32
Compare
Choose a tag to compare

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

01 Aug 12:13
Compare
Choose a tag to compare

v1.0.1

08 Jun 10:37
b235133
Compare
Choose a tag to compare
Merge pull request #7 from amadeus4dev/version_1.0.1

fix documentation typos and publish a new version with signed jar

v1.0.0

01 Jun 10:11
b235133
Compare
Choose a tag to compare

The first stable version of the Amadeus for Developers Java SDK

v1.0.0beta2

25 May 17:24
Compare
Choose a tag to compare
fix typo in travis file

v1.0.0beta1

25 May 17:11
a21f7c1
Compare
Choose a tag to compare
Merge pull request #2 from anthonyroux/travis-configuration

Configuration to automatically deploy artifacts on BinTray