Info
Version: | 1.0.1-alpha1 |
Author(s): | Daniel Gioulakis |
Last Update: | Tuesday, July 23, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://apistry.wakingventure.com |
NuGet Url: | https://www.nuget.org/packages/Apistry |
Install
Install-Package Apistry
dotnet add package Apistry
paket add Apistry
Apistry Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Core(4.0.30506.0)
- Microsoft.AspNet.WebApi.Client(4.0.30506.0)
- Microsoft.AspNet.WebApi.SelfHost(4.0.30506.0)
- Microsoft.AspNet.WebApi.WebHost(4.0.30506.0)
- Microsoft.Net.Http(2.2.13)
- AutoFixture(3.6.5)
- objecthydrator(0.6.0)
Tags
Document your DTOs and ApiControllers using a fluent, composable API. Apistry will generate documentation based upon this metadata - creating resource, method, property documentation and request/response examples.
Apistry will even auto-generate documention for all un-documented DTOs and controllers using intelligent reflection techniques via AutoFixture and ObjectHydrator. You can then use this finalized documentation to bind as an MVC model and render it out however you like.