Patrick Schmid

Results 21 comments of Patrick Schmid

Since Python 2.7 is still supported until the end of 2019, let's keep it supported at least until then. As such, using the `six` library is the way we'd want...

Thanks for your willingness to put in that effort! Yes, I indeed dropped the official support for it since 2.7 EOL was in January. That being said, I'd like to...

Hi @mikegorman-nf Thanks for the feedback! Do you have some updated text, examples that we could put in the README? Happy to make the changes on your behalf if you...

Hi @ckcollab! Thank you for your patience in waiting for my response and for bringing up this idea. You are definitely more than welcome to submit a PR for that...

@ckcollab I did take a look at the PR and it looks like the test that was written was failing - I did review that PR and the changes are...

@seantibor Thank you for your work! We just switched over to using the [responses](https://github.com/getsentry/responses) library for better and cleaner testing. I'm going to leave this PR open but, my guess...

@seantibor Thanks for fixing up those tests! I just verified and they indeed do pass now. I did notice, however, that there still appears to be one file that is...

@vishnuku Thank you for this PR! We merged in some code that it appears you based your work off of. Can I trouble you to resolve the conflicts so that...

Thank you for submitting this PR and your patience in me getting back to you! This PR appears to be missing tests. If you would like to get this merged...

Hi @xezpeleta, I unfortunately don't have an example for this explicitly, but under the hood all these methods do is `GET`, `POST`, `PATCH`, `DELETE` the objects based on [Zoom's REST...