Skip to content

emaadmanzoor/pyamadeus

Repository files navigation

pyamadeus

Quickstart: Amadeus REST API

  • Obtain an API key from https://sandbox.amadeus.com/.
  • Store the API key in constants.py.
  • pip install -r requirements.txt
  • python test_amadeus_rest.py

Quickstart: Amadeus SOAP API

  • Update the username and password in constants.py.
  • pip install -r requirements.txt
  • python test_amadeus_soap.py

Quickstart: OAG SOAP API

  • Update the OAG_USERNAME and OAG_PASSWORD in constants.py
  • pip install -r requirements.txt
  • python test_oag_soap.py

REST API client documentation

Other commands

  • See the SOAP functions in 1ASIWOTANA9_PDT_20180111_002944.zeep and 1ASIWOTANA9_PRD_20180111_003131.zeep.

About

Amadeus Web Services via SOAP/XML and Python/Zeep

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages