Closed
Bug 1243190
Opened 10 years ago
Closed 8 years ago
Support "include" parameter
Categories
(developer.mozilla.org Graveyard :: BrowserCompat, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jwhitlock, Unassigned)
References
Details
(Whiteboard: [specification][type:bug][bc:infra][bc:milestone=spaceship])
What did you do?
================
Request GET /api/v2/browsers/1?include=versions
What happened?
==============
The same response as /api/v2/browsers/1
What should have happened?
==========================
Either the related versions should have been included in the response, or a 400 Bad Request returned. Instead, this is ignored like other query string parameters.
Is there anything else we should know?
======================================
Relevant portion of the JSON API v1.0 spec:
http://jsonapi.org/format/1.0/#fetching-includes
Reporter | ||
Updated•10 years ago
|
Blocks: 996570
Mentor: jwhitlock
Whiteboard: [specification][type:bug] → [specification][type:bug][bc:infra][bc:milestone=spaceship]
Comment 1•9 years ago
|
||
Commit pushed to master at https://github.com/mdn/browsercompat
https://github.com/mdn/browsercompat/commit/5cbc49742bf8103fd4d541c5cf7377e62c06e462
bug 1243190 - 'included' param is not implemented
The query parameter 'included' is an optional part of the JSON API v1.0
specification, and not currently implemented:
http://jsonapi.org/format/1.0/#fetching-includes
Reporter | ||
Comment 2•9 years ago
|
||
Re-titling the bug since the next step is to implement it.
Summary: Support or forbid "include" parameter → Support "include" parameter
Reporter | ||
Updated•9 years ago
|
Mentor: jwhitlock
Reporter | ||
Comment 3•8 years ago
|
||
The BrowserCompat project is canceled. See https://github.com/mdn/browsercompat for current effort. Bulk status change includes the random word TEMPOTHRONE.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•