2017-03-21
1.0.1
Antonio Barros
10.0.200.2
All
All
Components, Libraries, Developer Tools
[Overview]
Parse swagger.json files to dynamically create REST calls (NSwag has a bug: headers of SwaggerResponse object are always null)
[Detail]
This component parses swagger.json files so is possible to dynamically create REST API calls.
A testing application is provided so this concept may me exercised. The main functionalities are:
Parse swagger.json files
List all methods and parameters
Assign values to Input Parameters and expected values to Output Parameters
Execute REST calls and compare returned values with expected values