aor-parseserver-client
aor-parseserver-client copied to clipboard
Parse server client for admin-on-rest
Hi, Admin-On-Rest was renamed to React Admin with its 2.0 upgrade. Will you plan to support this version as well ? Thank you! Related to #20 and #21
Hi, I'm trying to filter numbers like this: ``` jsx const RankingFilter = props => ( ); export const RankingList = props => ( ); ``` The entries of rankSerp...
Looks for use of dot notation in 'target' param on GET_MANY_REFERENCE actions.
Im trying to do something like this: https://github.com/marmelab/admin-on-rest-demo/blob/master/src/dashboard/Dashboard.js How can I use ` restClient(GET_LIST, 'commands', {` with this implementation? Thanks