Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emaadmanzoor/pyamadeus
- Owner: emaadmanzoor
- License: apache-2.0
- Created: 2018-01-10T23:59:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:49:49.000Z (about 2 years ago)
- Last Synced: 2024-04-16T01:44:38.550Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.