-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
Currently works with the latest stable of Nancy 1.4.4+, but is also compatible with the prerelease versions (including 2.0-clinteaswood)
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
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).
Some sample demo applications exists, refer to the samples folder.