keenlabs / keen-sdk-net

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

Queries/Event/EventCollection Refactor #56

Open masojus opened 7 years ago

masojus commented 7 years ago

It'd be preferable to shape the API around what the client code wants to do, rather than how the back-end API is shaped. These interfaces are super rigid and don't share much code. We need to really rethink the general design with maintenance in mind to be able to add features like Saved/Cached Queries, Datasets, Access Keys, etc.

masojus commented 7 years ago

Some things like initialization and parameter validation can be shared between whatever these interfaces turn into.