tomasbedrich / pycaching

A Python 3 interface for working with Geocaching.com website.
https://pycaching.readthedocs.io/
GNU Lesser General Public License v3.0
61 stars 46 forks source link

Deprecate the `Geocaching.search_quick()` method #207

Closed BelKed closed 1 year ago

BelKed commented 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().

I've also updated the README.rst to reference Geocaching.search_rect() for searching for caches in an area.

And last but not least, I've updated the tests for this method.


Related issue: