amadeus-code-examples
amadeus-code-examples copied to clipboard
Self-contained examples for Amadeus REST APIs
I didn't put any return date the API should return "oneWay": true, I think so but I am getting "oneWay": false 
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,...