Closed
Description
Do you think it would be possible to use the QueryParser without specifying the view? The view is inferred (I think) if you dont use the QueryParser.
This is a code snippet that I thought we could try for:
defmodule Web.PostController do
plug JSONAPI.QueryParser
...
end
I am happy to try to write the code if this makes sense