Skip to content

expose an API for pulses data export

JoeBew42 requested to merge joebew42/code-stats:32_data_export_feature into master

this commit will add a new API /my/pulses that is available for all authenticated users to export all data related to its pulses in a CSV format.

example of the request in order to get the exported data:

curl -H "accept: text/csv" http:///my/pulses

Merge request reports