janaipakos / ghibliapi

A simple API for Studio Ghibli resources. Unofficial/fan-made
https://ghibliapi.herokuapp.com
MIT License
310 stars 109 forks source link

HTML query parameters are ignored #12

Closed kerberjg closed 5 years ago

grobx commented 7 years ago

I'm trying to get only the people's id and name using curl -X GET -H "Content-Type: application/json" 'https://ghibliapi.herokuapp.com/people?fields=id,name', without success. Am I doing it wrong?

kerberjg commented 7 years ago

It's theoretically correct, at least according to the docs