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

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

Awesome Lists containing this project

README

          

[![Discord](https://img.shields.io/discord/696822960023011329?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](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).