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
While requests is awesome, there's a major benefit in not having any dependencies outside of the standard library. The refactored code should support both, Python 2 and 3. The refactoring will flow down to the published library https://github.com/joohoi/pyacmedns as well.
I would be grateful if someone is up for the task, but will handle it myself in the future if nobody is interested.
The text was updated successfully, but these errors were encountered:
I've written a simple request clone that handles basic GET/POST requests using standard libraries that should work for this. I will submit a PR for it soon.
While requests is awesome, there's a major benefit in not having any dependencies outside of the standard library. The refactored code should support both, Python 2 and 3. The refactoring will flow down to the published library https://github.com/joohoi/pyacmedns as well.
I would be grateful if someone is up for the task, but will handle it myself in the future if nobody is interested.
The text was updated successfully, but these errors were encountered: