edgemesh / crux.run

The Chrome Real User Experience (CrUX) Database ... but faster
MIT License
7 stars 3 forks source link

API: CSV Export for Methods #5

Closed jacobloveless closed 5 years ago

jacobloveless commented 5 years ago

It would be great if we could expose CSV exports to the API. This can all be done in the backend.

SupremeTechnopriest commented 5 years ago

Setting the Accept request header to text/csv will return the data in csv format. You can also set it to application/xml for xml.