An open API service indexing awesome lists of open source software.

https://github.com/sloppycoder/generic-rest-controller


https://github.com/sloppycoder/generic-rest-controller

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

## generic controller

generic rest controller that respones to REST Http requests and return data and error status correctly. The data retrieve will be delegated to a repository class.

### TO DOs
1. remove dependency of PagingAndSortingRepository from controller (done)
2. added generic Error object that supports L10N