-
Notifications
You must be signed in to change notification settings - Fork 45
Feature search_rect via API #151
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
Feature search_rect via API #151
Conversation
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.
I have left some comments where your changes have not been clear to me.
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.
Thanks for your changes. I have added some new comments.
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.
Great work! 💪🏼 I've added some minor comments.
Also, we must not forget to integrate search_rect
into docs and somehow decommission a search_quick
method.
Approved from my point of view. ✅ Let's just wait also for @FriedrichFroebel. Do you want me to solve the docs, cleanup and integration as mentioned above? Or do you want to finish it yourself? |
Thank you, for the review :) There is still one travis issue in python3.5, but I will try to fix it today. If it is not a problem for you, I would be grateful for solving docs, cleanup and integration :) |
I have two minor comments, after this (and preferably fixing the failing test) it should be okay. |
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.
LGTM. Thanks for your patience.
Thank you for the review :) Sorry for my English :P |
Sorry guys, my priorities are currently elsewhere... As the situation is unlikely to change from my side and I don't want to block this anymore, I have released 4.2.0 and we can solve the docs and cleanup later. |
I have implemented new method
Geocaching.search_rect
, which allow to search for caches in given Rectangle. It use new groundspeak API, the same as https://www.geocaching.com/play/map/.Discussed in: #75
Technical details:
429 Too many requests
HTTP error. Now it is handled with newTooManyRequests
exception type and appropriate wait time before continuing.