shotstack-sdk-python
shotstack-sdk-python copied to clipboard
In the latest sdk 0.2.8, there is no support for TextAsset, TitleAsset is not supported in web editor
I tried to use TextAsset via python sdk, but could not find its model class. instead i found TitleAsset and htmlAsset which are deprecated. I also could not find any documentation of using TextAsset in documentation. The hello world demo in python examples repo also uses title asset. The problem with using title asset is that it is not supported in web editor and does not satisfy our needs of size and formating.