ConvertAPI / convertapi-library-python

A Python library for the ConvertAPI
https://www.convertapi.com
Other
77 stars 22 forks source link

Token authentication method #43

Closed JonasJasas closed 6 months ago

JonasJasas commented 7 months ago

Implement token authentication method. https://www.convertapi.com/doc/auth#token

tomasr78 commented 7 months ago

This is how it is implemented in the C# library

https://github.com/ConvertAPI/convertapi-dotnet/blob/1a70b692e2416be2f284880a6f3eef9abb868bc4/ConvertApi/ConvertApi.cs#L46

laurynas-convertapi commented 6 months ago

Implemented in https://github.com/ConvertAPI/convertapi-python/releases/tag/v1.8.0