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

Add _pageName to query, remove url #16

Closed KevinPayravi closed 4 years ago

KevinPayravi commented 4 years ago

On Nookipedia, each Cargo table has the following two columns:

We want to deprecate the latter as it duplicates the pagename. In the API, we can update each endpoint's field variable to include _pageName=url, and then prepend https://nookipedia.com/wiki/ to it to create the URL.