messagebird/messagebird-nodejs

Messages delete is not implemented

Kalliser opened this issue · 2 comments

It in your API documentation but not implemented in nodejs API this is probably the part missing:

delete: function (id, callback) { httpRequest({ method: 'DELETE', path: '/messages/' + id}, callback); },
Or you should expose the httpRequest function so we can fullfill missing implementation by ourselves.

Hey, @Kalliser
I've added them.
Will try to get it merged next week:
#71

Merged and released/published v3.6.0 with this