Nookipedia / nookipedia-api

Nookipedia's custom API for querying data from the Animal Crossing video game series.
https://api.nookipedia.com/
MIT License
40 stars 12 forks source link

Consider storing query limits in a config file #75

Closed KevinPayravi closed 1 year ago

KevinPayravi commented 2 years ago

When querying Cargo tables, we define a limit for the number of items the query should return. This can periodically change with game updates, and so we should consider storing all query limits in a single config file for easier maintenance + tracking.