ConvertAPI / convertapi-library-python

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

`SecondsLeft` property is depreciated #41

Closed tomasr78 closed 5 days ago

tomasr78 commented 1 year ago

https://github.com/ConvertAPI/convertapi-dotnet/issues/50

The SecondsLeftproperty of /user endpoint is deprecated. It's now replaced with two properties:

ConversionsTotal ConversionsConsumed

Example

"ConversionsTotal": 5000
"ConversionsConsumed": 1642