-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage API #38
Comments
Edit: Sorry your comment about the field name having changed threw me off a bit. We are investigating, take the original answer with a grain of salt. Original: With v1.7.1 of the library, the following code:
Does not print nulls for me, but correctly returns the usage. |
I have found the issue on another place. The API has stopped sending the character_limit and only send character_count, resulting in Character being nulled. |
I'd like to give an update: we've reproduced the problem and pinpointed the issue; we're working on a fix. |
This issue should be fixed as of Oct 13. |
Describe the bug
The JSON (the props) of the useage API have been changed and running _translator.GetUsageAsync() only returns
{"Character":null,"Document":null,"TeamDocument":null,"AnyLimitReached":false}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect Character to be correctly filled with a value.
Additional context
Currently SDK uses characterCount new API name is character_count
The text was updated successfully, but these errors were encountered: