Info
Version: | 1.0.10 |
Author(s): | kraja |
Last Update: | Monday, August 11, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kahneraja/ApiExplr/wiki |
NuGet Url: | https://www.nuget.org/packages/ApiExplr |
Install
Install-Package ApiExplr
dotnet add package ApiExplr
paket add ApiExplr
ApiExplr Download (Unzip the "nupkg" after downloading)
At work we run various web api applications.
RESTful services. Lots of uri’s. Lots of contracts. Lots of client application.
To help share the knowledge of what these services do, I’ve created a web api explorer client using reflection.
This is a friendly and informative alternative to using Fiddle, Simple JS Client, the standard .Net Help page, and similar other adhoc testing / documentation tools.
Try it out.
Send me some feedback. @apiexplr
Getting started with this Nuget package, from scratch...
https://github.com/kahneraja/ApiExplr/wiki/Getting-started-with-this-Nuget-package,-from-scratch.