mcrumm / phlack

Slack Integrations for PHP
MIT License
52 stars 8 forks source link

ApiClient: chat messages support #9

Closed kordero closed 9 years ago

kordero commented 9 years ago

hey @mcrumm I'm not sure that the Scrutinizer problem is because of my changes. I just want to let you pull this and merge to master so we can use Phlack to send some chat notifications to Slack channels.

I was already able to make it work by loading an custom service description from an extra json that we're storing in our project but I'd love to have it more elegant and let this project to have it.

kordero commented 9 years ago

Btw I'm adding support to these methods:

https://api.slack.com/methods/chat.delete https://api.slack.com/methods/chat.postMessage https://api.slack.com/methods/chat.update

Just let me know if I'm missing something or need to change some stuff from the diff. Thanks!

mcrumm commented 9 years ago

The scrutinizer config likely needs updated -- it's not an issue with your commits.

I'm merging this, now. I'll add some docs and tag a new release, shortly.

Thanks for the PR! :smile:

mcrumm commented 9 years ago

@kordero I've tagged a new release that includes your updates.

Thanks, again, for the PR!