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

Change spec source to have examples embedded #113

Closed pyrech closed 3 years ago

pyrech commented 3 years ago

Slack server only provides an OpenAPI spec without examples, making the bin/slack-api-client-generator checker command quite useless.

We now used the correct json from their github instead which contains the full spec.

damienalexandre commented 3 years ago

Looks good, thanks!