You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConvertApiUser model was updated by removing "SecondsLeft" and adding "ConversionsTotal" and "ConversionsConsumed". This change reflects the new approach of tracking user activity by total number of conversions and consumed conversions instead of remaining time. Similar changes were applied to the RetrieveUserInformation example for consistency.
ConvertApiUser.SecondsLeft property is depreciated #50
ConvertApiUser.SecondsLeft is depreciated. Remove property and replace with
ConversionsTotal
andConversionsConsumed
After updating fix description and code https://github.com/ConvertAPI/convertapi-dotnet/blob/6281590e92ff09e81689feabde4594533998662a/README.md?plain=1#L95
The text was updated successfully, but these errors were encountered: