jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
147 stars 73 forks source link

Async implementation is in the roadmap? #100

Open MuriloScarpaSitonio opened 4 years ago

MuriloScarpaSitonio commented 4 years ago

Hello!

First of all: this is a really good library and I appreciate the awesome work.

When I have to do hundreds of requests things start to become a bit slowly - which is completely normal - so I was wondering if you guys have any plan to implement an asynchronous programming here.

Otherwise, could you facilitate my (likely) future contribution by pointing out which parts of the code should I look at first?

Thank you very much!

Luttik commented 3 years ago

Hé @MuriloScarpaSitonio I am not a contributor to this project but I noticed that it is build on urllib. The most prominent libraries for webrequests that implement asyncio are httpx and httpcore which both are in beta. Therefore I guess that this feature won't be coming soon.