Creating system tests for an ASP.net webservice's swagger.json file with OpenAPI.NET #602
|
Hello, Is that something that OpenAPI.NET would be useful for? and if not, do you have alternative suggestions? Thanks (and hopefully this is not a wrong place to ask this^^). |
Replies: 1 comment 2 replies
|
Sorry for missing this post. Yes, we regularly use this library to translate OpenAPI V3 documents down to V2. As long as you avoid features that are only supported in V3, you should have minimal issues. |
There is currently no support for creating HTTP requests and handling HTTP responses in this library.