An easy Maven
project to start using the Amadeus Java SDK
in 5 minutes with Java 11
.
Register in Amadeus for Developers Portal to get your AMADEUS_CLIENT_ID
& AMADEUS_CLIENT_SECRET
values to export them:
export AMADEUS_CLIENT_ID=YOUR_CLIENT_ID
export AMADEUS_CLIENT_SECRET=YOUR_CLIENT_SECRET
In order to verify that the project is Ok:
./mvnw clean verify
Then execute the following command in the terminal:
./mvnw compile exec:java -Dexec.mainClass="edu.amadeus.sdk.MyApp"
Learn, Enjoy, Share & Travel