I'd like to be able to generate a REST API automatically from an entity. The API should support search/filter, sort, pagination and CRUD operations. Once the API is generated, I'd like to use it with scaffolding patterns to create web screens. This would make implementing a three tier application architecture much easier.
↧