Hacker News new | ask | show | jobs
by otto_ortega 3252 days ago
The JSON API specification resolves the 2 major problems people have with REST:

The need for multiple round-trips to the server and sparse field-sets (returning only the fields needed):

http://jsonapi.org/format/#fetching-includes http://jsonapi.org/format/#fetching-sparse-fieldsets