amadeus-code-examples icon indicating copy to clipboard operation
amadeus-code-examples copied to clipboard

Self-contained examples for Amadeus REST APIs

Results 4 amadeus-code-examples issues
Sort by recently updated
recently updated
newest added

I didn't put any return date the API should return "oneWay": true, I think so but I am getting "oneWay": false ![Screenshot from 2024-12-23 20-23-52](https://github.com/user-attachments/assets/4838f79f-2d0f-4fe4-9acc-0eda51442405)

This endpoint returns a 404 with test credentials hitting 'https://test.api.amadeus.com/v1/shopping/flight-dates' 'https://api.amadeus.com/v1/shopping/flight-dates' works as expected. PYTHON RESPONSE: >>> response = amadeus.shopping.flight_dates.get(origin='MAD', destination='MUC') Traceback (most recent call last): File "", line 1,...