JSON API REST client for Admin-on-rest.
A JSONAPI compatible adapter for Admin-on-REST that allows for rapidly building admin interfaces in React using the AOR framework.
Installation
aor-jsonapi-client is available from npm. You can install it (and its required dependencies) using:
npm install aor-jsonapi-client
It can also be installed using yarn:
yarn add aor-jsonapi-client
Usage
//in app.js;;; const restClient = ; const App = <Admin dashboard=Dashboard restClient=restClient> ... </Admin>; ;