nookipedia-api
nookipedia-api copied to clipboard
Nookipedia's custom API for querying data from the Animal Crossing video game series.
It's easy to miss the `/villager` endpoint's `nhdetails` option when it's not included in the example response. We should update the example query+body to include it.
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Not sure if this is how to modify an API page, but worth a shot.
Can I make a request? There is an inconsistency in the time available values. In sea creatures, there are examples where the values are `;` separated, and in bugs they're...
For ACNH items with a `?` in the name, our endpoints return a URL with an unescaped `?`. This breaks the URL since `?` is a reserved character for declaring...
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
`/meta` endpoints would give the user a way to programmatically monitor changes in the API's metadata for various purposes, such as checking the version, seeing what endpoints have been added/removed,...
Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.4 to 2.1.1. Changelog Sourced from waitress's changelog. 2.1.1 Security Bugfix - Waitress now validates that chunked encoding extensions are valid, and don't contain invalid characters that...