Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emaadmanzoor/pyamadeus

Amadeus Web Services via SOAP/XML and Python/Zeep
https://github.com/emaadmanzoor/pyamadeus

Last synced: about 2 months ago
JSON representation

Amadeus Web Services via SOAP/XML and Python/Zeep

Awesome Lists containing this project

README

        

# pyamadeus

## Quickstart: Amadeus REST API

* Obtain an API key from [https://sandbox.amadeus.com/](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

* Unofficial Python client: [docs](http://amadeus.readthedocs.io/en/latest/), [code](https://github.com/ardydedase/amadeus-python)
* Official Python client: [download](http://api.sandbox.amadeus.com/swagger-codegen/python)

## Other commands

* See the SOAP functions in `1ASIWOTANA9_PDT_20180111_002944.zeep` and `1ASIWOTANA9_PRD_20180111_003131.zeep`.