jolicode / slack-php-api

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

Fix: Update views API from GET to POST #128

Closed dqhuy78 closed 2 years ago

dqhuy78 commented 2 years ago

All API about view have been change from GET method to POST method, references:

pyrech commented 2 years ago

Hi @dqhuy78, thanks for your contribution. However the files your updated are generated automatically from the OpenAPI specification and should not be manually edited.

In order to update the SDK, we either need:

Everything is explained in our documentation : https://jolicode.github.io/slack-php-api/#/4-updating-sdk

Would you like to give a try ? In your case, you probably only need to change the http methods in the spec 🙂