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

Support git as a source of mock templates #109

Open natenho opened 1 year ago

natenho commented 1 year ago

Prerequisites

Description

Currently, Mockaco supports only a file based source of mock templates. It would be nice to have a way to version mock templates in a centralized repository.

Proposed solution

Integrate with git and support a source path like git://xxxxx.git.com/my-mocks.git

Alternatives

Additional context

No response