CachingFoX
CachingFoX
The PR provides an interface to the advanced search of www.geocaching.com. The new method can be use the full power of advanced search. **Features** * Powerful search with a lot...
Groundspeak provides a new web site and API for search. The old search API is currently still available in the background. [https://www.geocaching.com/api/proxy/web/search/v2?skip=0&take=50&asc=False&sort=favoritepoint](https://www.geocaching.com/api/proxy/web/search/v2?skip=0&take=50&asc=False&sort=favoritepoint) The new API returns JSON data instead of...
The PR extends class Cache to query the country and state of a cache. The PR includes two new helper classes: * CountryState - Used to keep the pair of...
I expanded the class Cache to read the **Personal Note** or **Cache Note** from a cache listing. The note can be read from the listing and from the print form....
I want to advanced the search function. Currently the search method is very limited. The search on the web page offers a lot of filter parameters, which are not supported...
The history of a requests contains a self-reference to the history owner. The history will be endless. ## Expected Result If I traverse recursive the complete history of a requests,...