Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 702 Bytes

PackageReadme.md

File metadata and controls

5 lines (3 loc) · 702 Bytes

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

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, pagination, sparse fieldset selection, and side-loading related resources. 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.