Nookipedia / nookipedia-api

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

Compress lists #27

Closed Micalobia closed 3 years ago

Micalobia commented 4 years ago

Any field with a number should be compressed into a list the same way material1 through material6 are, and some similar fields

For example, in the future furniture endpoints, the buy columns could be compressed into one

It's mostly something that I personally haven't been actively implementing, but I've realized now that I should actively pursue the compression of lists

Maybe include it in the contribution.md file, just so that people know they should actively pursue it as well?