Package Exports
- twilio
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (twilio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-twilio
A Node.js Twilio helper library. This client library is under active development and is not yet fully supported by Twilio.
Roadmap
The existing "twilio" node module in npm represents the 0.3.x version, whose last major update came in August 2011. The original repository for this module is here. This version of the module will remain in a special 0.3.x
branch, for those users and projects still depending on that version of the API.
New development, working toward an eventual 1.0 release, will be on the master branch. Planned feature releases are:
- 0.4.x - A revamp of the REST client interface (API changes possible in future releases)
- 0.5.x - A revamp of the TwiML generation interface (API changes possible in future releases)
- 0.6.x - Addition of capability token generation for use with Twilio Client (API changes possible in future releases)
- 1.x - Feature complete for REST API integration, TwiML generation, and Twilio Client back end support (API locked, no breaking changes in 1.x releases)
Questions? Contact kwhinnery@twilio.com.
Looking for 0.3.x documentation? That's here.