hummingbird-me / kitsu-tools

:hammer: The tools we use to build Kitsu, the coolest platform for anime and manga
https://kitsu.io
Apache License 2.0
2.09k stars 265 forks source link

API bug #773

Closed sachaw closed 7 years ago

sachaw commented 7 years ago

When visiting https://kitsu.io/api/edge/users/:id: returns JSON for a single user, but when a variable is passed like https://kitsu.io/api/edge/users/?something=something returns multiple users https://kitsu.io/api/edge/users/?somethingelse=somethingelse not sure if this intentional, but seems wired to me.

trmcnvn commented 7 years ago

This is intentional -- Check out the spec that our API uses here: http://jsonapi.org/format/#fetching-resources

sachaw commented 7 years ago

Ok, thanks.