geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator
MIT License
6 stars 1 forks source link

Mocks support #7

Open sandorfr opened 7 years ago

sandorfr commented 7 years ago

Features :

sandorfr commented 7 years ago

Originally mock were based on example provided in the swagger schema. But we noticed that they are rarely present nor up to date. So this is not a reliable and usefull way to provide mocks. We should instead focus on easing the use of well use mock libraries such as Moq for csharp.