Icris.Excel2Api 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Icris.Excel2Api --version 0.0.1
NuGet\Install-Package Icris.Excel2Api -Version 0.0.1
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="Icris.Excel2Api" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Icris.Excel2Api --version 0.0.1
#r "nuget: Icris.Excel2Api, 0.0.1"
#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 Icris.Excel2Api as a Cake Addin
#addin nuget:?package=Icris.Excel2Api&version=0.0.1

// Install Icris.Excel2Api as a Cake Tool
#tool nuget:?package=Icris.Excel2Api&version=0.0.1

Icris.Excel2Api

A convention-based library that translates logic from excel sheets to Swagger documented API's.

Basically, this library reads inputs and outputs defined in an excel sheet (from an input resp. output tab). Each input is defined by a name, value, valid and errormessage value. These are exposed by a GET method on the excelsheet/input API. The same goes for the outputs defined in the output tab. Logic that calculates the 'valid' property of an input, and the outcome of an output, can be added to the excel via formula's. Based on the Excel definition, a Swagger UI is generated automatically including input/output definition.

overview

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net47 is compatible.  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.

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.1 1,000 7/13/2018
0.1.0 917 5/25/2018
0.0.1 918 5/25/2018

First version.