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
334 stars 39 forks source link

REST API interface to dynamically add/remove mappings to a running mockserver #66

Open barry-bvl opened 3 years ago

barry-bvl commented 3 years ago

Would be nice and handy if you could configure your mock service(s) remotely through REST. Basically be able to do the following through a "mockaco" REST API

natenho commented 3 years ago

@barry-bvl It can be useful for sure, would you have some ideas on how the API would look like? I have some concerns regarding scripted mocks, we can discuss them if you're interested.

It would be great if you could send a draft PR so we can kick off a little project from it!