Closed julienrf closed 4 months ago
Currently the HTTP endpoint always returns an HTML page.
It would be useful to also support returning the results in CSV format so that they could be post-processed by other programs.
This could be implemented by introducing an optional query parameter format, with two possible values: html (the default) and csv.
format
html
csv
Currently the HTTP endpoint always returns an HTML page.
It would be useful to also support returning the results in CSV format so that they could be post-processed by other programs.
This could be implemented by introducing an optional query parameter
format
, with two possible values:html
(the default) andcsv
.