keenlabs / keen-sdk-net

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

Port Multi-Analysis to netstandard binary #69

Closed masojus closed 7 years ago

masojus commented 7 years ago

This would be the work layered on top of Issue #68 to add multi-analysis functionality. This would touch code in Queries.cs, the wrapper code in KeenClient.cs as well as some other code in the Keen.Core.Query namespace.

See the API ref for more information: https://keen.io/docs/api/#multi-analysis

baumatron commented 7 years ago

Edit: Not working on this... need to get #68 done first.

masojus commented 7 years ago

Fixed in PR #112, see commit 922ce2d