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

FIX: #26 - change float type ts parameters to string on api generator level #30

Closed egulhan closed 5 years ago

egulhan commented 5 years ago

change float type ts parameters to string on api generator level

damienalexandre commented 5 years ago

Thanks for your proposal. The proper way to contribute is not to edit directly "slack-openapi-patched.json", but to follow the guide here (we have a patch system).

Anyway, those timestamp issues have been fixed in #23.

Thanks again!