Guide

Build Status Codecov

This library makes it easy to create a Resource to connect to a Spring MVC back-end.

Philosophy

The idea of this library is not to provide you with a cookie cutter way of defining resources, but instead make it easy to define your own type of resource, in code.

The reason for this is simple: every resource is different, every resource has its own properties and custom methods. Trying to catch all these differences via a configuration based API is impossible. Using code is more natural and easier to understand.

Therefore @42.nl/spring-connect allows you to define a Resource, with some bells and whistles, but allows you to customize it in code.

We have a guide which shows you all the features:

First: Install the library