Metadata >> NuGet >> Apistry

Apistry

Metadata

Authors Daniel Gioulakis
Copyrights Waking Venture Inc.
Description Apistry provides you the ability to document an existing ASP.NET Web API using static typing. 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.
LicenseUrl http://opensource.org/licenses/MIT
Owners Waking Venture Inc.
ProjectUrl http://apistry.wakingventure.com/
RequireLicenseAcceptance False
Tags Apistry
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
PackageSize 66846
PackageHashAlgorithm SHA512
PackageHash IFeVGoGU5CHBb9btYvfotoR9C4Nxig1NGwgu9Q+Q+OhTQWxR2mcQ8cXi5Rp6cA1jf/GRbR0ocKvtmADFj249yA==
DownloadCount 000000
CreatedDate 2013-07-23T05:11:53

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Apistry -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Apistry -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Apistry
Installing the package (HTTP Basic authentication):
Install-Package Apistry -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Apistry -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Apistry

OpenWrap

Installing the package:
o add-wrap Apistry
Uninstalling the package:
o remove-wrap Apistry

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.1-alpha1