1.0.1 • Published 6 years ago

api-client-admin-on-rest v1.0.1

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

API Core Client for Admin on REST

REST client for the admin-on-rest package to work with api-core based APIs.

GitHub license GitHub issues Build Status Coverage Status

Installation

To install the latest version, use NPM:

$ npm install api-client-admin-on-rest

Usage

For example in the tutorial you can simply replace the built in rest client with this one:

import React from 'react';
import { restClient } from 'api-client-admin-on-rest';
import { Admin, Resource } from 'admin-on-rest';

import { PostList } from './posts';

const App = () => (
    <Admin restClient={restClient('http://api.example.com')}>
      <Resource name="posts" list={PostList} />
    </Admin>
);

export default App;

Tests

Coming soon...

License

The MIT License. Free forever. :)

1.0.1

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.41

6 years ago

0.6.40

6 years ago

0.6.39

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

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

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago