ConvertAPI / convertapi-library-dotnet

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

ConvertApiUser.SecondsLeft property is depreciated #50

Closed tomasr78 closed 1 year ago

tomasr78 commented 1 year ago

ConvertApiUser.SecondsLeft is depreciated. Remove property and replace with ConversionsTotaland ConversionsConsumed

ConvertApiUser user = await convert.GetUserAsync();
int secondsLeft = user.SecondsLeft;

After updating fix description and code https://github.com/ConvertAPI/convertapi-dotnet/blob/6281590e92ff09e81689feabde4594533998662a/README.md?plain=1#L95