|
|
|
|
|
by sandreas
1406 days ago
|
|
Well, that might be true when implementing from the scratch, but using a standard often also means, that someone has implemented a well known library to get rid of the boilerplate and basic decisions. I personally often use jsonapi.net[1], a C# implementation of JSONAPI. This supports OpenAPI/Swagger with swashbuckle, has a very good filtering implementation and together with Orbit.js[2] it is pretty much without having to decide too many things... [1]: https://www.jsonapi.net/ [2]: https://orbitjs.com/ |
|