KeenClient-Java icon indicating copy to clipboard operation
KeenClient-Java copied to clipboard

Move result parsing out of KeenQueryClient

Open masojus opened this issue 8 years ago • 0 comments

Parsing responses into the various types of QueryResult is quite a bit of complex code at this point, and it's all nestled right in with the rest of KeenQueryClient, which is becoming a bit unwieldy. Take a look at moving this out of KeenQueryClient and figure out where this parsing responsibility should reside.

masojus avatar May 17 '17 06:05 masojus