I got my API service working, I just need a little help fetching the following information from the API service:
I have the following information from the user:
- date of flight
- airline
- flight number
I would like to retrieve:
- airport pair
- city pair
- date pair
- time pair
- day of the week pair
Please let me know the method(s) & it’s parameters involved to get this information.
Any help in the right directions will be very useful.
Thank you!