infobip / infobip-api-php-client

Infobip API client library in PHP using composer.
https://www.infobip.com/docs/api
MIT License
80 stars 68 forks source link

added two methods to set the timeout and connectTimeout on the client #25

Closed fwermelinger closed 3 years ago

fwermelinger commented 6 years ago

Hi! Would you consider adding the functionality from my pull request? The timeout for calling infobip is set to 60 seconds for connection + 120 seconds for the request. That is way too much for our use case, so we'd like to set the timeout manually.

ivan-letenko commented 3 years ago

In the last release, we vastly changed and modernized this library. You can set these parameters for the HTTP client. Code contained within this repository is auto-generated, hence the changes will need to be made by us within library generation configuration. Feel free to open issues on the repository for any issue or feature request.

fwermelinger commented 3 years ago

Better late than never. we'll be upgrading to this library then if necessary. Thanks 👍