keen-sdk-net icon indicating copy to clipboard operation
keen-sdk-net copied to clipboard

A .NET SDK for the Keen IO API

Results 33 keen-sdk-net issues
Sort by recently updated
recently updated
newest added
trafficstars

Add support for the new features described here: https://blog.keen.io/order-and-limit-results-of-grouped-queries-hooray-83e768a97411

This is the pull request for the "Create Access Key"

Debugging symbols and Debug vs Release. We should make sure to push release version to NuGet and push release symbols to symbolsource.org. We should also use something else, like myget...

From review comments: ` We should make sure these two names follow the rules for naming Cached Queries/Datasets: Names of Cached Datasets should be unique and can only contain alphanumeric...

We should consider how best to handle UseMocks and if it still has a place in the tests. The main use case is to occasionally run tests against a real...

It seems odd that, for example, the event recording portion of the SDK submits events using json, but the analysis requests pack the request parameters into a url-encoded parameter list...

Hi, As the groupValue argument is a string, I don't seem to be able to group by multiple fields (which Keen does support). Am I overlooking something, or is this...

From review comments: ``` I just wonder what happens if the first request can give us a Count that can change by the time we request a later page...say I...

Take a look at the methods that are parsing once to check error conditions and parsing again afterward to get the actual response object. From review comments: `Here and elsewhere...