cliRest.js is a simple and basic REST client.
First, you need to create a client:
import apiFactory from 'clirest.js';
const api = apiFactory('http://myApi.fr');
After you need to add ressources to your api, and use it!
api.addRessources('clients');
api.addRessources('messages');
Api informations
Crud informations