ukd1 / node-twilio

A (deprecated) Twilio helper library for node. Use the official one:
https://github.com/twilio/twilio-node
177 stars 56 forks source link

Facilitate Paging? #29

Closed langdonx closed 7 years ago

langdonx commented 12 years ago

I don't see any way to get the next set of data with the twilioClient object. I'm calling getIncomingNumbers and have quite a few to pull down. I suppose I could just say:

client.getIncomingNumbers({ 'PageSize': 150 }, function(data) { .. });

But that doesn't really seem future proof.

ukd1 commented 7 years ago

This library is deprecated in favor of the official library - https://github.com/twilio/twilio-node