fyi if you're using Python requests: 2020-01-11 00:14:20 |
byshep
Level 23
Report
|
(for WZ API or anything else)
Switch to httpx (python-httpx.org). Basically the same API (fast way to port over existing code) but with async support. And safer to use, since it leverages type annotations. And none of the baggage associated with Kenneth Reitz.
If you don't jump on the httpx train, the terrorists will win
|
fyi if you're using Python requests: 2020-02-01 02:44:59 |
byshep
Level 23
Report
|
Porting is trivial, probably even easier than py2->3. :P if your code is open source, I'd be happy to tackle the porting for you
|