By negarnil
via nicolasgarnil.me
Submitted: Feb 11 2013 / 01:29
In this article I am going to talk about a useful API development technique called Partial Response which can be used in Ruby Grape API's to allow clients retrieving just the amount information they need instead of the full resource representation. This techinque reduces bandwidth usage and increases client efficiency and responsiveness, specially in mobile devices.
Add your comment