0.1.2 • Published 6 years ago

aor-xmysql v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago