swgoh-utils / comlink-python

Python wrapper for swgoh-comlink
MIT License
3 stars 1 forks source link

Replace requests package with httpx #30

Open MarTrepodi opened 1 year ago

MarTrepodi commented 1 year ago

Migrate the underlying HTTP package used by the comlink-python library from requests to httpx. The primary driver for the change is the desire to support asynchronous client operations for heavy workloads.

Ousret commented 9 months ago

How about trying Niquests instead?