keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 24 forks source link

Port simple/metric analyses to netstandard binary #68

Closed masojus closed 7 years ago

masojus commented 7 years ago

This encompasses the work to perform single-analysis queries like count, minimum, sum, average, etc. This will involve porting a portion of Queries.cs, namely the Queries.Metric() overloads and related code, as well as the relevant parts of KeenClient that forward down to this implementation.

See the API Ref for more information: https://keen.io/docs/api/#analyses

Pothulapati commented 7 years ago

Once all the PR's in the "In Progress" dashboard are merged, I would like to work on this.

masojus commented 7 years ago

@Pothulapati Don't worry about Issue #65 as it shouldn't impede you much with getting the analysis fundamentals ported. Go ahead and get up-to-date with the dotnetsummer branch and feel free to get started. Let me know if you need any assistance.

masojus commented 7 years ago

Fixed in PR #112, see commit 922ce2d