We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ringcentral-js/src/http/ApiResponse.js
Line 95 in 631349c
if (!this._isJson() && !this._isMultipart()) throw new Error('Response is not text');
But HTTP PUT /restapi/v1.0/glip/groups/{groupId}/posts/{postId}/text returns text which will cause exception.
The text was updated successfully, but these errors were encountered:
Huh, API now returns plain text? Do you want to address this in 3.x or you're OK to update to 4.x where this should not be an issue?
Sorry, something went wrong.
@kirill-konshin
Yes there is one and only one endpoint returning text.
Is 4.x in production now? How can I get started? I prefer an upgrade guide.
Many thanks!
It is in beta. But it’s public so you can install it from NPM.
I suppose we can fix the issue by adding additional check for plain text but still I suggest to switch to 4.x.
Also take a look at rollup branch - it has the migration guide.
No branches or pull requests
ringcentral-js/src/http/ApiResponse.js
Line 95 in 631349c
But HTTP PUT /restapi/v1.0/glip/groups/{groupId}/posts/{postId}/text returns text which will cause exception.
The text was updated successfully, but these errors were encountered: