
web services - Restful API - handling large amounts of
16/9/2014· Show activity on this post. I have written my own Restful API and am wondering about the best way to deal with large amounts of records returned from the API. For example, if I use GET method to myapi.uk/messages/ this will bring back the XML for all message records, which in some cases could be 1000''s. This makes using the API very sluggish.