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
A number of requests-based methods in sharkiq.ayla_api.AylaApi are synchronous and most likely unused. These should be removed to consolidate all web request logic into a set of async methods.
@travipross if you're not tired of looking at the Ayla API yet, this refresh token (#5) is a real pain that we haven't had a chance to address yet. If you have time we'd love some help with that one as well.
@funkybunch I'd be happy to give it a shot, but I've not quite wrapped my head around the issue just yet. I find the hard part is actually reproducing the issue to test against it.
If I can find the time and inspiration, I'll do my best to take a stab at it.
A number of
requests
-based methods insharkiq.ayla_api.AylaApi
are synchronous and most likely unused. These should be removed to consolidate all web request logic into a set of async methods.More discussion in #4
The text was updated successfully, but these errors were encountered: