Sorry if this is easy to find elsewhere but I've been looking around for a while and I'm unable to find anything. How can I retrieve the URL of a specific price that I like? I download the grid of prices using the below function: result = flights_cache_service.get_grid_prices_by_date( market='UK', currency='GBP', locale='en-GB', originplace=FCO, destinationplace=LHR, outbounddate=date).parsed I receive a grid of prices, but not any instructions as to how to retrieve a URL. Can anyone help? Thanks!
Sorry if this is easy to find elsewhere but I've been looking around for a while and I'm unable to find anything.
How can I retrieve the URL of a specific price that I like? I download the grid of prices using the below function:
result = flights_cache_service.get_grid_prices_by_date(
market='UK',
currency='GBP',
locale='en-GB',
originplace=FCO,
destinationplace=LHR,
outbounddate=date).parsed
I receive a grid of prices, but not any instructions as to how to retrieve a URL. Can anyone help?
Thanks!