I've noticed that some sample responses from the API are invalid JSON.
For example, check files.upload (invalid because of '...') or im.history (invalid because of a trailing comma in the second message).
I realize that the samples are no real specification but just a general guideline for what to expect as a response. Nevertheless it would be quite helpful to have valid samples for things like code generation (see https://github.com/slack-ruby/slack-api-ref/issues/17)
I've noticed that some sample responses from the API are invalid JSON. For example, check files.upload (invalid because of '...') or im.history (invalid because of a trailing comma in the second message).
I realize that the samples are no real specification but just a general guideline for what to expect as a response. Nevertheless it would be quite helpful to have valid samples for things like code generation (see https://github.com/slack-ruby/slack-api-ref/issues/17)
Is there a way to fix that?