Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi! #23

Open
ahmasoh1992 opened this issue Feb 21, 2017 · 2 comments
Open

Hi! #23

ahmasoh1992 opened this issue Feb 21, 2017 · 2 comments

Comments

@ahmasoh1992
Copy link

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!

@hannonq
Copy link

hannonq commented Feb 21, 2017

If I am not mistaken, the Flight Cache Service (or any other Cache Service) does not provide the URL for the flight ticket URL, only the Live Price services provide this functionality.

@ahmasoh1992
Copy link
Author

ahmasoh1992 commented Feb 21, 2017

Ah man - is there anyway to get it from the cache? Or using the information from the cache to run a directed live pricing script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants