Skip to content

A lightweight, opinionated driver for client-driven query shaping of API data.

License

Notifications You must be signed in to change notification settings

danielcrenna/BeautifulCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautiful CRUD

Description

A lightweight, opinionated driver for client-driven query shaping of API data.

This library automates the backend support for filtering, sorting, paging, and projection of API data, by providing a translation layer between downstream data providers like Entity Framework, and API facing query strings.

Usage

Queries are supported in either ASP.NET Core Controllers or Minimal APIs.

Design Philosophy

This project tries to follow the now-deprecated Microsoft REST API Design Guidelines, wherever possible.

About

A lightweight, opinionated driver for client-driven query shaping of API data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages