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

No attribute for getting the name of a cache #212

Closed DarkOutcast6 closed 1 year ago

DarkOutcast6 commented 1 year ago

When using a pycaching.cache.Cache object, there is no attribute for accessing the name of the cache. Is there something I'm missing or a workaround, or is this just something that may be added?

FriedrichFroebel commented 1 year ago

There is Cache.name (https://pycaching.readthedocs.io/en/4.2.3/api.html#pycaching.cache.Cache.name).