slape
slape
The production API seems to be overwhelmed or not functioning properly. API responses often return 404 or 500 errors for simple requests (venv) ➜ amadeus curl -X GET "https://api.amadeus.com/v1/shopping/flight-dates?origin=ATL&destination=NYC" -H...
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,...