Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
916 stars 180 forks source link

add new capabilities to application #427

Closed SecondeJK closed 1 year ago

SecondeJK commented 1 year ago

This PR adds missing functionality when creating a new application.

Description

Region, conversations_ttl and signed_callbacks are now settable on an application object when sending a request to create. Webhooks were also missing the ability to set socket and connection timeouts, which have now been added.

Motivation and Context

Missing functionality

How Has This Been Tested?

Couple of new tests have been written to cover this.

Types of changes

Checklist: