shotstack / shotstack-sdk-python

Python SDK for Shotstack, the cloud video editing API
https://shotstack.io/product/sdk/python/
22 stars 2 forks source link

Async Support #10

Open zwx00 opened 11 months ago

zwx00 commented 11 months ago

Hi, thanks for developing this. We're working in an async python environment and would like to see this library support async operations. Currently using shotstack apis requires us to use a lot of workarounds to make the operations async. Is async support planned?