keenlabs / keen-sdk-net

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

Port Funnel analysis to netstandard binary #70

Closed masojus closed 7 years ago

masojus commented 7 years ago

Work to port the code in Queries.cs, the wrappers in KeenClient.cs and the relevant classes in the Keen.Core.Query namespace to the new netstandard binary.

See the API ref for more info: https://keen.io/docs/api/#funnels

Donistivanov commented 7 years ago

I will work on this based on https://github.com/keenlabs/keen-sdk-net/issues/61#issuecomment-318632865

Edit: never mind I will be looking at https://github.com/keenlabs/keen-sdk-net/pull/101#issuecomment-318741037

masojus commented 7 years ago

Fixed in PR #112, see commit 922ce2d