Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 623 Bytes

PackageReadme.md

File metadata and controls

5 lines (3 loc) · 623 Bytes

A framework for building JSON:API compliant REST APIs using .NET Core and Entity Framework Core. Includes support for Atomic Operations.

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.

For more information, visit www.jsonapi.net.