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

Revamping URL field through querying _pageName column #17

Closed KevinPayravi closed 4 years ago

KevinPayravi commented 4 years ago

This resolves https://github.com/Nookipedia/nookipedia-api/issues/16

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

We want to deprecate the latter as it essentially duplicates the pagename. This PR updates each endpoint's query fields list to include _pageName=url, and then prepends https://nookipedia.com/wiki/ to the pagename to create the URL.