Phil Leggetter

Results 40 comments of Phil Leggetter

@cbetta I thought we could assess this as part of https://github.com/Nexmo/nexmo-cli/issues/123 Based on the above: > The error object in a callback, with a message attributes If `message` is present...

@phil-andrews so you don't seem to be getting any [webhook call events](https://docs.nexmo.com/voice/voice-api/api-reference#cc_event_webhook) when the timeout takes place? You should get a call status update to `completed`.

As a comparison, Heroku is strict about this and it's a good CLI.` ``` nexmo-cli/ on develop › heroku apps === [email protected] Apps ``` vs. ``` nexmo-cli/ on develop ›...

> we shouldn't drop it without understanding why it's there Agreed. To be clear: Reason for this issue are: * maintaining the original way seems like overhead and results in...

+1 On Wed, 24 Aug 2016, 09:15 Cristiano Betta, [email protected] wrote: > I'm thinking it would be nice to be able to run the CLI without first > signing in....

> There is already an option to write the private key to a file on app creation Yes, there is. But if you forget to save it that time then...

API key and secret are account level credentials where as application ID and public/private keys are Nexmo application level config entities. Page size is a CLI specific thing. This proposed...

> @leggetter what you can do to get this behavior is what I have done here: https://github.com/tigrisdata/tigris-examples-ts/blob/main/rest-express/src/api/routes/signup.ts Yes, specifically this https://github.com/tigrisdata/tigris-examples-ts/blob/main/rest-express/src/api/routes/signup.ts#L47-L58 The email, in this case, has to be unique....

> @leggetter you should be able to replace the email with `email` with `username` and make `username` the primary key and it will work the same @garrensmith - Gotcha. I...

Just wanted to say "hi". I hope you don't mind me hijacking the thread... ### Thoughts on client v server The client (WebSocket endpoint) and server (HTTP endpoint) separation of...