-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43217/
-----------------------------------------------------------
(Updated Feb. 5, 2016, 3:23 a.m.)
Review request for mesos, Ben Mahler, Greg Mann, and Neil Conway.
Changes
-------
Addressed comments by bmahler.
Bugs: MESOS-3831
https://issues.apache.org/jira/browse/MESOS-3831
Repository: mesos
Description
-------
Previously, the /help endpoint could only be returned as either pure
markdown or html.
This commit introduces a query parameter: format=json to allow the
help endpoint to return a JSON object containing the help information
for all other endpoints.
Diffs (updated)
-----
3rdparty/libprocess/src/help.cpp 2f718b9e160113518fb4a0260db916cb2242dbae
Diff: https://reviews.apache.org/r/43217/diff/
Testing (updated)
-------
Unit test in a subsequent commit.
Thanks,
Kevin Klues