Concierge
The intended usage of the Concierge framework is for having a REST API gateway for JSON based resources. The idea arised when we we're facing the problem of creating an API for a large XML that we would like to parse with FraLaX.
Once we'll have a running service we'll update the usage guidelines and the documentation for this repository.
Example
In order to run the example execute 'gradle run' within the module 'concierge-example-server' and call http://localhost:8080/ with your favored REST client (e.g. Postman).