|
|
|
|
|
by mdavidn
1918 days ago
|
|
There are a variety of tricks to solve the over/under-fetching problems of REST. My default approach is JSON:API, which defines standard query parameters for clients to ask the server to return just a subset of fields or to return complete copies of referenced resources. https://jsonapi.org/ |
|