Phil Andrews

Results 3 issues of Phil Andrews

``` nexmoClient.calls.create({ to: [{ type: 'phone', number: toNumber }], from: { type: 'phone', number: fromNumber }, answer_url: [answerURL], length_timer: 60, }, (err, res) => { if (err) { console.error(err) }...

nexmo-api
needs validation

I imagine they've already been discussed so just count this as my vote for Typescript typings.

I narrowed this crash in a production iOS app down to this library. I believe it has to do with the implementation of `Input` instead of using a `TextInput` though...