SampleAPIs
SampleAPIs copied to clipboard
documentation on use of parameter queries incorrect
The documentation states that the endpoint futurama/characters?name.first=Bender
should return the json for Bender.
Maybe this changed with the most recent update, but now an additional forward slash is needed for that endpoint, before the parameter queries:
futurama/characters/?name.first=Bender