Closed BelKed closed 1 year ago
As discussed in https://github.com/tomasbedrich/pycaching/pull/151, I've deprecated the Geocaching.search_quick() method. I've added a temporary solution with the use of Geocaching.search_rect().
Geocaching.search_quick()
Geocaching.search_rect()
I've also updated the README.rst to reference Geocaching.search_rect() for searching for caches in an area.
README.rst
And last but not least, I've updated the tests for this method.
Related issue:
As discussed in https://github.com/tomasbedrich/pycaching/pull/151, I've deprecated the
Geocaching.search_quick()
method. I've added a temporary solution with the use ofGeocaching.search_rect()
.I've also updated the
README.rst
to referenceGeocaching.search_rect()
for searching for caches in an area.And last but not least, I've updated the tests for this method.
Related issue: