RamlToOpenApiConverter.SourceOnly

Source Code only project to convert RAML file to Open API Specification


Keywords
OAS, converter, openapi, raml, convert, csharp, json, openapi-specification, openapi3, yaml, yml
License
MIT
Install
Install-Package RamlToOpenApiConverter.SourceOnly -Version 0.11.0

Documentation

RamlToOpenApiConverter

Converts a RAML to Open API Specification

NuGet: RamlToOpenApiConverter

Usage

Convert a RAML file

new RamlConverter()
  .ConvertToFile("MediaWiki.raml", "MediaWiki.json", OpenApiSpecVersion.OpenApi3_0, OpenApiFormat.Json);

Limits

  • ...

Details

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

Sponsors

Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of RamlToOpenApiConverter.

Entity Framework Extensions

Dapper Plus