StackExpress.Api.Swagger by Demis Bellot

<PackageReference Include="StackExpress.Api.Swagger" Version="3.9.748-unstable" />

 StackExpress.Api.Swagger 3.9.748-unstable

Provides a set of services to be discovered by Swagger (http://swagger.wordnik.com/) Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>StackExpress.Api.Swagger</id>
    <version>3.9.748-unstable</version>
    <title>StackExpress additional API for integration with Swagger</title>
    <authors>Demis Bellot</authors>
    <owners>Demis Bellot</owners>
    <licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
    <iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Provides a set of services to be discovered by Swagger (http://swagger.wordnik.com/)
      Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.</description>
    <summary>ServiceStack integration with Swagger</summary>
    <copyright>StackExpress.net 2012 and contributors</copyright>
    <language>en-US</language>
    <tags>Swagger StackExpress API REST</tags>
    <dependencies>
      <dependency id="StackExpress" />
    </dependencies>
  </metadata>
</package>