natenho / Mockaco

🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
https://natenho.github.io/Mockaco/
Other
335 stars 39 forks source link

Document usage as a middleware #100

Open natenho opened 2 years ago

natenho commented 2 years ago

Prerequisites

Description

We need to document Mockaco usage as an Aspnet middleware using https://www.nuget.org/packages/Mockaco.AspNetCore.

Ref https://github.com/natenho/Mockaco/pull/89

Proposed solution

Improve README.md

Alternatives

Do it together with #97

Additional context

No response