1.0.5 • Published 2 years ago

refine-jsonapi v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

refine-jsonapi

License NPM Version NPM Downloads GitHub Repo stars

npm peer dependency version (scoped) npm type definitions

refine-jsonapi is a data provider for refine that provides an implementation for working with JSON API specifications that conform to a standard API design. It is built on the foundation of the JSON:API specifications.

Installation

Install refine-jsonapi via npm:

npm install refine-jsonapi

Usage

import dataProvider from "refine-jsonapi";

const App = () => {
  return (
    <Refine
      dataProvider={dataProvider("API_URL")}
      /* ... */
    >
      {/* ... */}
    </Refine>
  );
};

Documentation

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago