Closed michelp closed 7 years ago
I had to put a trailing slash on the URL to get it to work, the docs are missing the slash like http://localhost:8080/rest/
strange, it works for me like this.
$ curl http://localhost:8080/rest/items?id=eq.1 [{"id":1,"name":"item_1","private":false,"mine":null}]
closing for now
I had to put a trailing slash on the URL to get it to work, the docs are missing the slash like http://localhost:8080/rest/