Open Bug 1774684 Opened 3 years ago

[API2] Create a new product endpoint that retrieves product data but omits components/versions/milestones by default

Categories

(bugzilla.mozilla.org :: API, enhancement)

Production
enhancement

Tracking

()

People

(Reporter: dkl, Unassigned)

Details

GET /rest/v2/product

  1. We can then allow people to ?include_fields=components,versions,milestones if they need that extra data.
  2. Or we can return that data only if they get a single product.
    /rest/v2/product/Firefox for example.

Will work on a design for this. The code is set up to allow versioning so we could add this at any time.

You need to log in before you can comment on or make changes to this bug.