jolicode / slack-php-api

:hash: PHP Slack Client based on the official OpenAPI specification
https://jolicode.github.io/slack-php-api/
MIT License
224 stars 56 forks source link

Keep the OpenAPI specification clean, add a patch system and support Block Kit #11

Closed damienalexandre closed 5 years ago

damienalexandre commented 5 years ago

This PR introduce a new way to deal with out of date specifications from Slack.

Also this PR introduce a new patch to allow "blocks" in chat.postMessage (the new Block API).

pyrech commented 5 years ago

Awesome! Thanks @damienalexandre

damienalexandre commented 5 years ago

Related to https://github.com/slackapi/slack-api-specs/issues/18 :+1: