react-admin icon indicating copy to clipboard operation
react-admin copied to clipboard

What kind of response data react-admin expects from ra-data-simple-rest?

Open hs-dev-web opened this issue 3 years ago • 1 comments

you already show kind of data react-admin expect from getList() but what about the other methods (create, update, delete)? is it an array of objects too just like getList()?

hs-dev-web avatar Aug 24 '22 09:08 hs-dev-web

Please follow the issue template

djhi avatar Aug 24 '22 09:08 djhi

You can find the information in the docs: https://marmelab.com/react-admin/DataProviderWriting.html#response-format

WiXSL avatar Oct 31 '22 21:10 WiXSL

An here: https://github.com/marmelab/react-admin/tree/master/packages/ra-data-simple-rest#example-calls

fzaninotto avatar Oct 31 '22 21:10 fzaninotto