You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Munisio
A library that adds testable, flexible and wonderful HATEOAS support to ASP.NET Core. 🚀
## Why you should use this library
Other HATEOAS libraries for .NET exist! I am just not the biggest fan of their configuration and testability.
I really like being able to test my code, and I like being able to make my HATEOAS configuration ✨dynamic✨.
For example, only adding a DELETE link if the user is allowed to perform that action! This library supports this!
I believe that HATEOAS can be very useful when you want to reduce duplicate code that exist on your clients and server.
The main goal of HATEOAS is not to achieve that, but I believe that this is its' most useful feature in today's web. For more information, take a look at some examples below and the `samples/` folder.
## Installation
Package is coming soon... (see #3)
## Usage
## Examples
## Contributing
Take a look at `CONTRIBUTION.MD` (coming soon..)
Some suggestions on how you would set these up would be nice BEFORE a PR is created
Suggestions:
The text was updated successfully, but these errors were encountered: