🐵 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
[X] I have searched existing issues to ensure a similar issue has not already been created
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
http url could also be a source of mocks (how to list files?)
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