aor-xmysql

0.1.2 • Public • Published

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.

Package Sidebar

Install

npm i aor-xmysql

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • soaserele