UNPKG

@fakel/ra-simple-rest

Version:

Simple Data Provider for @fakel/rest-admin

25 lines (15 loc) 306 B
# Simple Data Provider v0.0.1 ## Installation Using npm: ``` $ npm i @fakel/ra-simple-rest ``` Using yarn: ``` $ yarn add @fakel/ra-simple-rest ``` ## Usage ``` import {createSimpleRest} from '@fakel/ra-simple-rest' const dataProvider = createSimpleRest({apiBaseUrl: "http://localhost:3000"}) ```