Tags: krishnakumarv7/nexmo-php
Tags
Fix numbers()->purchase() when providing a string To purchase a number you must provide a number and the associated country. We previously tried to automate this using `searchAvailable` but this only searches *owned* numbers. To purchase without using a number object, you can now call `numbers()->purchase($number, $country);` Resolves Vonage#100
Allow JWT generation when using the Container credential type
Add support for fetching a list of conversations for a specific user
Use keypair auth for Stitch endpoints if a container is provided
PreviousNext