Cannot Include a Date Range for my Amadeus API Requests for Flight Offers
I am using Python and I am reading the documentation and using the Get request to search for Flights under a certain price for a project in my online course. I am able to get my requests to go through successfully and return data that I need, but I am trying to search for flights within a 6 month window. Right now I am entering a static date. I am putting in all the required parameters, but I cannot seem to find anywhere I can specify a window for my departure date. A “from” and “to” date specification would be nice. The documentation is at the URL below.