JorgenEvens / rest-store

Opinionated set of methods to deal with REST api's in state containers such ax Vuex and Redux

Home Page:https://rest-store.evens.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST store

CircleCI

Opinionated set of methods to deal with REST api's in state containers such ax Vuex and Redux

A demo implementing a GitHub client is available from JorgenEvens/demo-github-client

Usage

npm install --save @jorgenevens/rest-store
// ES6 modules
import { attach } from '@jorgenevens/rest-store';

// CommonJS
const { attach } = require('@jorgenevens/rest-store');

Contributing

I really appreciate any contribution you would like to make, so don't hesitate to report an issue or submit pull requests.

About me

Hi, my name is Jorgen Evens. By day I built things (mainly in PHP and JavaScript) for Ambassify and by night I tinker around with these kinds of projects.

About

Opinionated set of methods to deal with REST api's in state containers such ax Vuex and Redux

https://rest-store.evens.eu/

License:MIT License


Languages

Language:JavaScript 100.0%