Should include ability to get only metadata about post with ?meta=true
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Restricted Maniphest Task | ||||
Restricted Maniphest Task | ||||
Open | None | T160 Android v2.0 | ||
Restricted Maniphest Task | ||||
Resolved | matt | T75 Add post fetching in JSON format at /api/posts/{id} |
Event Timeline
Comment Actions
?meta=1 is unsupported, as it'll require copying a lot of code just to exclude the content column from the query. If we're reducing bandwidth to the client, we might as well minimize it on the backend as well. Moved that requirement to T176: Support fetching metadata only on posts.