https://github.com/amadeus4dev/amadeus-code-examples
Self-contained examples for Amadeus REST APIs
https://github.com/amadeus4dev/amadeus-code-examples
amadeus apis examples flights hacktoberfest hotels travel
Last synced: 1 day ago
JSON representation
Self-contained examples for Amadeus REST APIs
- Host: GitHub
- URL: https://github.com/amadeus4dev/amadeus-code-examples
- Owner: amadeus4dev
- License: mit
- Created: 2020-04-03T14:24:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:20:31.000Z (about 2 years ago)
- Last Synced: 2023-12-15T15:32:51.453Z (about 2 years ago)
- Topics: amadeus, apis, examples, flights, hacktoberfest, hotels, travel
- Language: Shell
- Homepage:
- Size: 517 KB
- Stars: 64
- Watchers: 8
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://discord.gg/cVrFBqx)
# Amadeus Code Examples
## Introduction
This repository contains code examples to show you how to call the [Amadeus for Developers](https://developers.amadeus.com) Self-Service APIs.
The examples are written in the following languages:
- [Node](https://github.com/amadeus4dev/amadeus-node)
- [Java](https://github.com/amadeus4dev/amadeus-java)
- [Python](https://github.com/amadeus4dev/amadeus-python)
- [Swift](https://github.com/amadeus4dev/amadeus-ios)
- [cURL](https://curl.se/)
All the languages - apart from cURL - utilise our open-source Amadeus SDKs.
## Authorization
In order to execute the examples you have to use your own Amadeus API key and secret. Your credentials can be found on the [Amadeus dashboard](https://developers.amadeus.com/my-apps).
## Dependencies
Depending on the language of your choice you have to install it's SDK. The installation steps are described in the documentation of each supported language mentioned above.
## License
This code is released under the [MIT License](LICENSE).
## Help
You can find us on
[StackOverflow](https://stackoverflow.com/questions/tagged/amadeus) or join our developer community on
[Discord](https://discord.gg/cVrFBqx).