Results 24 comments of Josh Carrier

Seems like a fine integration to add to me! If you can capture the request/response for things like listing robots and sending feeder commands using a tool like [Charles proxy](https://www.charlesproxy.com/documentation/ios/)...

Hmm I haven't seen an app pin certificates before. Alternatively we can take a look at a decompiled app and then look for the feeder commands and responses. I can...

I am thinking a whole lot of extra logging around the API responses within the addon should help -- I can set up a test branch if you need help

Based on this mismatching line number `litter_robot/sensor.py", line 38` can you make sure you have the latest version of this integration running? I did momentarily mess up an auth case...

Hmm I wonder what this is? Are you also running Android? And recently signed in with the latest version of the Litter-Robot app?

@natekspencer nice work! it'd be great if we could collaborate

will queue it up for the next release!

I like the idea of all lazies spanning a batched request. I think the granularity could be improved to be useful for unequal costs of lazy resolution, but that's deeper...

Thanks a lot for following up! Wondering if it it's valuable to override measurements with something from my resolver, since its all accessible in `ctx['apollo-tracing']` ? ```ruby resolve ->(obj, args,...