With this repository you can make your first API call using the Amadeus Python SDK.
- Python 3.4+
- An Amadeus for Developers account
Clone the repository.
git clone https://github.com/amadeus4dev/amadeus-get-started-python.git
cd amadeus-get-started-python
Next create a virtual environment with virtualenv and install the Python SDK.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
For authentication add your API key/secret to your environmental variables.
export AMADEUS_CLIENT_ID=YOUR_API_KEY
export AMADEUS_CLIENT_SECRET=YOUR_API_SECRET
This library is released under the MIT License.
You can find us on StackOverflow or join our developer community on Discord.