Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Batch endpoint payload optimizations #35

Description

@leplatrem

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-Response or a querystring parameter to reduce the response JSON layout/content.
https://github.com/mozilla-services/readinglist/wiki/API-Design-proposal#massive-operations

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions