0.1.2 • Published 8 years ago
aor-xmysql v0.1.2
aor-xmysql
Xmysql REST Client for admin-on-rest, the frontend framework for building admin applications on top of REST services.
Installation
aor-xmysql is available from npm. You can install it using:
npm install --save-dev aor-xmysqlIt can also be installed using yarn:
yarn add aor-xmysqlUsage
// in App.js
import XmysqlClient from 'aor-xmysql';
...
    <Admin restClient={XmysqlClient('http://my.api.url/api')} ...>License
This module is licensed under the MIT Licence.