aor-xmysql
v0.1.2
Published
Xmysql client for admin-on-rest
Downloads
6
Maintainers
Readme
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-xmysql
It can also be installed using yarn:
yarn add aor-xmysql
Usage
// 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.