You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
masojus
changed the title
Move result parsing our of KeenQueryClient
Move result parsing out of KeenQueryClient
May 17, 2017
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 ofKeenQueryClient
, which is becoming a bit unwieldy. Take a look at moving this out ofKeenQueryClient
and figure out where this parsing responsibility should reside.The text was updated successfully, but these errors were encountered: