QuickLearn.LogicApps.PushClient 0.1.0

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

// Install QuickLearn.LogicApps.PushClient as a Cake Tool
#tool nuget:?package=QuickLearn.LogicApps.PushClient&version=0.1.0

Provides an interface and class for interacting with callbacks stored by a push trigger API App. Designed to be used in conjuction with the QuickLearn.LogicApps.PushTrigger package.

There are no supported framework assets in this 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.0 1,345 10/19/2015
0.0.1 1,113 9/7/2015

- Adjusted callback class so that it can be used with push triggers that do not provide outputs to the Logic App
   - Adjusted IClientCallbackStore to not require output type as part of callback class instantiation