Talk:How To - Find Messages
From The Socknet
TODO: x_per_page
It is probably best to make pagination uniform for all calls:
The Pro: Clients can setup iterators to slurp as much data as they need with any size page they need regardless of the particular function call.
The Con: Some functions may return more than one list of items, so there may be confusion as to which list the generic pagination affects. Those functions should probably be redesigned to not return more than one list.
--Dan 01:50, 13 March 2010 (UTC)

