sander1095 / munisio

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

#16: Added option to autoscan and add hateoas providers. #29

Closed stef-spee closed 2 years ago

stef-spee commented 2 years ago

Added an extension function which scans given assemblies, or default the executing assembly, for classes that implement IHateoasProvider. Users of this library will now only need to call Builder.Services.AddHateoas(<Or with param Assembly[] assemblies>)