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

Re-generate the API Client with Jane 4.4 #44

Closed damienalexandre closed 5 years ago

damienalexandre commented 5 years ago

Jane 4.4 is out: https://github.com/janephp/janephp/releases/tag/v4.4.0

This PR submit the new Client with all the novelties... It's only about PHPDoc because we set the strict mode to "false", as Slack specification does not specify nullable fields properly.