ra-data-springboot-rest
ra-data-springboot-rest copied to clipboard
no doc is provided, how should i use it ?
>>>> "main": "lib/index.js", >>>> There is not 'lib' in current src path. pls fix it, thks.
### Problem: When fetching the package using `npm install` in a create-react-app, user will get a compilation error that `ra-data-springboot-data` can not be resolved. The problem is because the main...
The source code for GET_MANY url building is the following: ``` case GET_MANY: { const query = { filter: JSON.stringify({ id: params.ids }) }; let idStr = ""; const queryString...
I was playing with GET_LIST. Works great but I noticed that sort and filter are not supported. Do you plan to add those in future? GET_LIST | GET http://my.api.url/posts?sort=['title','ASC']&range=[0, 24]&filter={title:'bar'}...