keenlabs / KeenClient-iOS

Official iOS client for the Keen IO API. Build analytics features directly into your iOS apps.
https://keen.io/docs
MIT License
78 stars 56 forks source link

Add support for Saved & Cached Queries #181

Closed josephwegner closed 7 years ago

josephwegner commented 7 years ago

MVP

Intentionally left out of iOS SDK

baumatron commented 7 years ago

According to API documentation, much of what's listed here requires a master key (creation, caching, deleting). There isn't currently a notion of master keys in the iOS SDK, just read and write keys (which of course could be master keys). Implementing those features would require introducing that notion.

baumatron commented 7 years ago

Updated MVP to reflect that we don't want to worry about features that require master keys in a client SDK.

baumatron commented 7 years ago

Merged to vnext_minor so will go into the next minor release.