expo-server-sdk-python
expo-server-sdk-python copied to clipboard
Async implementation
Is there any interest in an async implementation of this library, probably based on aiohttp? I'm working on porting it for internal use, but would be willing to publish the results here.
Also could do an HTTPX library that provided both sync and async, but at the moment I'm proceeding with aiohttp.
I made it asynchronous version https://github.com/Learnity-AI/expo-server-sdk-python-async
I made it asynchronous version https://github.com/Learnity-AI/expo-server-sdk-python-async
Thanks!
Getting an official async implementation into main would also be nice.