sander1095 / munisio

A modern HATEOAS library for .NET to reduce your client-side validation
MIT License
8 stars 4 forks source link

First setup of files for the library #12

Closed sander1095 closed 2 years ago

sander1095 commented 2 years ago

The code hooks into an MVC filter to modify the response using user defined Hateoas providers. This works because the user's DTO implements or inherits our IHateoasObject/HateoasObject.

Resolves #4