Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 828 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 828 Bytes

Amadeus-java SDK / Getting started

Java CI

An easy Maven project to start using the Amadeus Java SDK in 5 minutes with Java 11.

How to use it?

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