RAML.WebApiExplorer

This package is used by the RAML Tools for .NET Visual Studio extension to generate RAML metadata from an existing WebAPI implementation. In Visual Studio, go to Tools -> Extensions and Updates, then search for RAML in the Online gallery.


Keywords
RAML, WebApi, Reverse, Engineering, asp, asp-net, dotnet, dotnet-core, oas, openapi2, raml-build, raml-codegen, raml-tooling, swagger
License
CPAL-1.0
Install
Install-Package RAML.WebApiExplorer -Version 1.3.3

Documentation

Build status

The RAML .Net Tools allows developers to easily integrate and consume APIs that expose a RAML or an OAS (OpenAPI / Swagger) definition, or create a new ASP.NET Core or WebAPI implementations using a contract first approach from a RAML or an OAS definition.

See http://raml.org for information on RAML (RESTful API Markup Language).

The tools are provided as a Visual Studio extension, allowing simple and natural integration of RAML/OAS into a normal development workflow.

A single installation package provides support for both client, service code-generation and RAML extraction scenarios.

Check the documentation on the Wiki