GithubHelp home page GithubHelp logo

isabella232 / aor-loopback Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wiredcraft/aor-loopback

0.0 0.0 0.0 61 KB

Loopback-style REST Client for Admin-on-rest

License: MIT License

JavaScript 100.00%

aor-loopback's Introduction

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.

Not maintained anymore

With new react-admin, please use loopback-component-react-admin instead.

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')} ...>

Example

Please check example here: loopback-aor-boilerplate, you should clone it and change your model later.

License

This module is licensed under the MIT Licence.

aor-loopback's People

Contributors

afilp avatar driesvancraen avatar kimkha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.