Skip to content

Can not read text response #106

Open
@tylerlong

Description

if (!this._isJson() && !this._isMultipart()) throw new Error('Response is not text');

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions