A framework for building json:api compliant web APIs. The ultimate goal of this library is to eliminate as much boilerplate as possible by offering out-of-the-box features such as sorting, filtering and pagination. You just need to focus on defining the resources and implementing your custom business logic. This library has been designed around dependency injection making extensibility incredibly easy.
See the documentation here
Branch feat/core-2
is where I am working on .Net Core 2 compatibility tests and package upgrades.
There are several blockers to be aware of:
- Microsoft.AspNetCore.* packages target the runtime (netcoreapp) instead of netstandard. This will be changed in future versions..
- Can't run acceptance testing against postgres on preview runtime pgsql.EntityFrameworkCore.PostgreSQL#171