1.3.2 • Published 6 years ago

aor-loopback v1.3.2

Weekly downloads
28
License
MIT
Repository
github
Last release
6 years ago

Loopback-style REST Client for Admin-on-rest

Loopback-style REST Client for admin-on-rest, the frontend framework for building admin applications on top of REST services.

Important note

Because of recent changes of admin-on-rest, this module will only support version 0.9.0 (or later) of admin-on-rest.

Prerequisite

  • Your loopback server must response X-Total-Count header when querying list. Please use loopback3-xTotalCount on your server end.

How to use

  1. yarn add aor-loopback
  2. On your App.js, add this:
import loopbackRestClient from 'aor-loopback';

...

    <Admin restClient={loopbackRestClient('http://my.api.url/api')} ...>
  1. If you want this module handle authentication, add this:
import loopbackRestClient, {authClient} from 'aor-loopback';

...

    <Admin restClient={loopbackRestClient('http://my.api.url/api')} authClient={authClient('http://my.api.url/api/users/login')} ...>

License

This module is licensed under the MIT Licence.

1.3.2

6 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago