ApiExplr 1.0.10

dotnet add package ApiExplr --version 1.0.10
                    
NuGet\Install-Package ApiExplr -Version 1.0.10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ApiExplr" Version="1.0.10">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ApiExplr" Version="1.0.10" />
                    
Directory.Packages.props
<PackageReference Include="ApiExplr">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ApiExplr --version 1.0.10
                    
#r "nuget: ApiExplr, 1.0.10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ApiExplr@1.0.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ApiExplr&version=1.0.10
                    
Install as a Cake Addin
#tool nuget:?package=ApiExplr&version=1.0.10
                    
Install as a Cake Tool

A simple test client for your web api 2 application.

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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.10 3,399 8/11/2014
1.0.9 2,362 8/10/2014
1.0.7 2,271 8/9/2014
1.0.6 2,302 8/9/2014
1.0.5 2,227 8/9/2014
1.0.4 2,254 8/9/2014
1.0.3 2,331 8/3/2014
1.0.2 2,218 8/3/2014
1.0.1 2,213 8/3/2014
1.0.0 2,265 8/3/2014