EdupageAPI / edupage-api

A python library for accessing your Edupage account
https://edupageapi.github.io/edupage-api/
GNU General Public License v3.0
66 stars 13 forks source link

Async? Maybe? - WIP #44

Closed ivanhrabcak closed 2 years ago

ivanhrabcak commented 2 years ago

I think we should keep the synchronous API, there's no need to remove it because people don't always want to use async.

(The current changes remove the synchronous API)

It's just an idea, maybe the async API wouldn't be used at all if it was available, maybe adding async doesn't have any benefits. Thoughts?