boatmeme / microsoft-translator-java-api

Java wrapper for the Microsoft Translator API
http://code.google.com/p/microsoft-translator-java-api/
Apache License 2.0
86 stars 61 forks source link

Restart Token Expiration #51

Open astojanov opened 10 years ago

astojanov commented 10 years ago

Since Translate and MicrosoftTranslatorAPI are static classes, it would be convenient if there is a method that restarts the token expiration. This becomes useful when the Bing translation is used with multiple accounts, because I don't have to wait when trying to switch to different account. Of course, it would be better if MicrosoftTranslatorAPI does not have static methods at all, so it could be used with two or more accounts simultaneously.