rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Request — Exclude fields using URL parameters

Open Aurelsicoko opened this issue 4 years ago • 0 comments

This issue has been opened because we (as the core team) are looking for contributors to help us co-develop the feature.

Link to the roadmap

Motivations

By default, the generated APIs populate the relational field. Even, if it can be very useful, it can cause performance issues, increase the payload for no reason, etc. That's why with this feature we could remove this default behavior and add a new parameter in the request to include the asked relations.

Tasks

  1. Find a contributor
  2. Define the needs
  3. Discuss a solution and technical implementation
  4. Ask for design
  5. Submit RFC

Risks

  • Don't follow developers practices
  • Over-engineer the parameters system. It must be easy-to-use and human-readable.

Aurelsicoko avatar Apr 29 '20 15:04 Aurelsicoko