I can not find the API reference for https://github.com/twilio/twilio-node
Does it exist somewhere?
There are links, claiming to be the API docs, but are not.
https://www.twilio.com/docs/libraries/reference/twilio-node/ has only a very few examples.
https://www.twilio.com/docs/libraries/node seams to be a portal containing all kinds of documentation. But I can not find the API reference of the JavaScript API.
I would like to know which functions I can call on the client = require('twilio')(accountSid, authToken)
object. And on the resulting objects of course.