Mikhail Revzin
Mikhail Revzin
Hi! As I can see, @facetoe is not very active now. Technically I could merge this request, I reviewed it a bit, but I'm not very expirienced in complex GitHub...
I've just merged this request. I think we need a new release? @facetoe, as I've got to know some credentials are expected fo PyPi. How the process is done? Could...
Ahh, found a problem. You used an f-string in generator.py, and now this string crashes CI tests prior to Python 3.6.
Fixed this, now all the tests are OK.
@haizaar @casual-lemon made it. It is not released yet to PyPi but here it is commited. https://github.com/facetoe/zenpy#Working-with-webhooks @facetoe could you please add me as a contributor in PyPi to let...
@akalex 2.0.26, but it's not loaded ty PyPi. (27-28-29 have issues) So, please try 2.0.30
The crux of the problem is how Zenpy handles a response. It usually expects a single object or a collection of similar objects. In this case, we get two different...
@akalex usually Zenpy returns an object or a generator. Some analysis is expected if it can return two different objects.