Closed pkubiak closed 4 years ago
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?
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.
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: https://github.com/tomasbedrich/pycaching/issues/75Technical details:
429 Too many requests
HTTP error. Now it is handled with newTooManyRequests
exception type and appropriate wait time before continuing.