jolicode / slack-php-api

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

Support for views.open #67

Closed tzsk closed 4 years ago

tzsk commented 4 years ago

Awesome package. Love it.

It would be great to have support for block surface triggers.

Eg. views.open

pyrech commented 4 years ago

Hello, thanks for your kind support :slightly_smiling_face:

Looks like Slack didn't describe these endpoints in their specification yet. We must either:

Unfortunately I don't have enough time to add all these methods right now. If you're familiar with OpenAPI/Swagger specifications, you can try to describe these methods and update the SDK yourself :muscle:

We have some documentation explaining how to do that: https://github.com/jolicode/slack-php-api/blob/master/doc/updating-sdk.md#generating-a-new-patch If you need some help or have question, I would be glad to answer them :wink:

damienalexandre commented 4 years ago

Hi!

Slack updated their specification and so did we, ViewsOpen is now part of the endpoints we support: https://github.com/jolicode/slack-php-api/blob/master/generated/Endpoint/ViewsOpen.php

I'm closing this issue now and feel free to get in touch if you found other missing endpoint!

Cheers

tzsk commented 4 years ago

Thanks 👍 You're awesome ☺️