gadhagod / Hyrule-Compendium-API

An API serving data on all in-game items and regions in Breath of the Wild and Tears of the Kingdom.
https://gadhagod.github.io/Hyrule-Compendium-API/#/
MIT License
190 stars 29 forks source link

Problems with the hyphen of "non-food" #8

Closed GuilhemDuval closed 3 years ago

GuilhemDuval commented 3 years ago

When I do a request, I can't retrieve the data of an entry who is in the category "non-food". The hyphen in the category create errors. I don't know how to fix it. I'm using JavaScript.

gadhagod commented 3 years ago

Hi @GuilhemDuval. Thanks for reporting this. I have changed the key from non-food to non_food. To use the new changes, you will have to use v2, rather than v1 in the base URL. I haven't yet documented it because I wish to handle the errors better.