|
|
|
|
|
by pcl
4568 days ago
|
|
the normal REST philosophy of returning only homogeneous results Is that a thing? If 'GET /dashboard.json' obeyed the caching semantics of the resources it pulled together to present, and didn't have any surprising side effects, I'd still call that RESTful, even if it returned a rich graph of interesting data. |
|
This kind of heterogeneous data tends to be very much discouraged under REST, but often very handy in producing real world reports.