Converts a RAML to Open API Specification
new RamlConverter()
.ConvertToFile("MediaWiki.raml", "MediaWiki.json", OpenApiSpecVersion.OpenApi3_0, OpenApiFormat.Json);
- ...
This project uses the following tools:
- YamlDotNet --> to read the RAML (as YAML or JSON)
- Microsoft.OpenApi.YamlReader --> to process the Open API Model and convert the model to the output file
Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of RamlToOpenApiConverter.