Skip to content

manniru/aor-xmysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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('https://my.api.url/api')} ...>

License

This module is licensed under the MIT Licence.

About

Xmysql REST Client for Admin-on-rest

Resources

License

Stars

Watchers

Forks

Packages

No packages published