Skip to content

querystring.stringify doesn't work with attachments array #9

@rosshettel

Description

@rosshettel

For the chat.postMessage method (there may be others, but this is where I noticed the issue), it has an attachments parameter of an array of objects.

All API methods are GET requests and go through querystring.stringify - seems that this doesn't handle complex arrays well. I think changing the method to a POST request would work better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions