Skip to content
Jaxel Rojas edited this page Jul 13, 2019 · 7 revisions

This library is an implementation of the OpenApi Specification version 3.0 for usage with the Nancy web framework.

Target

Currently works with the latest stable of Nancy 1.4.4+, but is also compatible with the prerelease versions (including 2.0-clinteaswood)

Installation

PM> Install-Package Nancy.Metadata.OpenApi

This library uses the Nancy.Metadata.Module which can be installed via nuget:

PM> Install-Package Nancy.Metadata.Modules 

Dependencies

This library depends on:

Its worth considering that the current spec of OpenApi allows for the result structure to be returned using yaml or json, but json was preferred for this implementation since Nancy includes by default a json serializer (Newtonsoft).

Samples

Some sample demo applications exists, refer to the samples folder.