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)
Tracking
()
NEW
People
(Reporter: dkl, Unassigned)
Details
GET /rest/v2/product
- We can then allow people to ?include_fields=components,versions,milestones if they need that extra data.
- 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.
Description
•