In my application i need to use twillio module API to send and receive sms.But i dont know how to call other API methods in node.js.Now im using node.js with socketstream.
You can use the request module, the documentation has a lot of great examples how to call REST API methods.
And for Twilio you can read this guide "Getting Started with Twilio and Node.js" and use the twilio module.