AutoApi 0.1.4-alpha

This is a prerelease version of AutoApi.
dotnet add package AutoApi --version 0.1.4-alpha
NuGet\Install-Package AutoApi -Version 0.1.4-alpha
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="AutoApi" Version="0.1.4-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoApi --version 0.1.4-alpha
#r "nuget: AutoApi, 0.1.4-alpha"
#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.
// Install AutoApi as a Cake Addin
#addin nuget:?package=AutoApi&version=0.1.4-alpha&prerelease

// Install AutoApi as a Cake Tool
#tool nuget:?package=AutoApi&version=0.1.4-alpha&prerelease

AutoApi is structured to help you create a simple REST Api in minutes! Step 1: Define your ApiEndpoint's in shared code. Step 2: Start your Api with those endpoints on the server. Step 3: Use the same endpoints to call the Api from the client! ... Step 4: Profit?

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
0.1.4-alpha 1,062 1/23/2015
0.1.3-alpha 916 1/23/2015
0.1.2-alpha 937 1/23/2015
0.1.0-alpha 926 1/23/2015

This is the first ALPHA release! There's a 90% chance everything will change before 1.0 so you've been warned!