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

Return query results in a more friendly format #208

Open baumatron opened 7 years ago

baumatron commented 7 years ago

The SDK currently returns an NSData instance containing the raw json response from the request. It might be convenient to handle the json deserialization step and convert to an NSDictionary so that clients of the SDK don't have to code that boilerplate.