Nathan Oasis

Results 5 issues of Nathan Oasis

get_current_profile_views() says it returns profile view statistics, including chart data. actually returns an int.

Added support for a composite key. Created test cases. Updated ReadMe. Would love feedback. Thanks! #1

**Describe the bug** The project uses `numpy = "1.24.4"`. As of `numpy=1.24.0`, `numpy.warnings` has been removed. When running from the `docker-config.yaml`, the image kept crashing until I commented out `numpy.warnings.filterwarnings('ignore')`...

Modifying `fieldnames` to become a parameter.

`pygbif` has changed its implementation in `caching.py.` When I make a request using this project's `gbif_dl.api.generate_urls` function, I am met with: ```File ".../pygbif/caching.py", line 86, in caching requests_cache.delete(expired=True) AttributeError: module...