Links

About the Spike

Classes

Token Info

Phases

Convention - Workflow

  1. The FE sends the request using the input parameters.
  2. We need a limit by default, but the FE can set one, but we need a max value allowed.
  3. All params are content in the token [filters, offset, limit] (a similar approach is used in facebook), then:
    1. If neither filter changes, we work with the after and before properties and any extra param in the input should be ignored.
    2. If any filter changes, the FE should not send the after or before parameter and should send all the filters.

Question



Example to return info from dataclass