-
Notifications
You must be signed in to change notification settings - Fork 145
Parse path from full url in extract_next_link #121
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
Conversation
@jfeldstein Thanks for contributing. v2 is being retired in favour of v3. I see some activity on this project recently, so I'm going to get v3 published and we can work from there. |
# Do this by re-applying the finder_params to the next_page url, since Intercom's API seems to drop these. | ||
|
||
# Do this by re-applying the finder_params to the next_page url, since | ||
# Intercom's API seems to drop these | ||
from urlparse import urlparse, parse_qs, urlunparse | ||
from urllib import urlencode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are these local imports?
@jfeldstein I've just merged #125 into version-3 which provides this functionality. |
This fixes #120