You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
Current approach for BATCH operations is to provide a series of requests and return a list of responses.
See https://github.com/mozilla-services/readinglist/wiki/API-Design-proposal#post-batch
This can result in a pretty massive response payload, especially while importing hundreds (thousands?) of articles.
The puporse of this issue is to brainstorm around a sound formalism that would allow to reduce response payloads.
For example, we can imagine adding a request header
Light-Responseor a querystring parameter to reduce the response JSON layout/content.https://github.com/mozilla-services/readinglist/wiki/API-Design-proposal#massive-operations