Stardust.KeenIo.Client 1.5.7.1

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

// Install Stardust.KeenIo.Client as a Cake Tool
#tool nuget:?package=Stardust.KeenIo.Client&version=1.5.7.1

Keen IO is an analytics API for modern developers. Track any event: signups, upgrades, impressions, purchases, powerups, errors, shares... Keen IO stores events in arbitrary JSON format, automatically ingesting any new events and rich custom properties you send. Our elegant query APIs make it straightforward to run counts, sums, segmentation, and more.

This is a full featured .net client for keen.io.
It supports (and everything supports task async):
- adding events (batch and single)
- analytics: queries, multi queries and funnels
- project management
- api key management

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.

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.5.7.1 6,875 8/30/2016
1.5.2 964 8/29/2016
1.5.0 950 8/29/2016
1.4.6 949 8/29/2016
1.4.5.2 973 8/23/2016
1.4.5.1 956 8/23/2016
1.4.0 1,205 8/22/2016
1.3.0 1,213 8/22/2016
1.2.0 960 8/19/2016
1.1.1 977 8/19/2016
1.0.3 1,282 8/18/2016

Added Funnel and Multi analysis support
Added advanced management support (custom api key management and subscription management)
new in 1.5:
Added batch event processor; pushes the set of events when the threshold is reached.
1.5.7:
adjusting defaultConnectionLimit to ensure best possible throughput.