https://github.com/IQSS/dataverse/pull/7178 makes csv the default format for some endpoints used in the current dataverse-metrics code. To continue getting json, an accept json header has to be added on those calls. #52 does that along with adding support for all of the new API calls in #7178, but the fix can be added separately to the existing code.
https://github.com/IQSS/dataverse/pull/7178 makes csv the default format for some endpoints used in the current dataverse-metrics code. To continue getting json, an accept json header has to be added on those calls. #52 does that along with adding support for all of the new API calls in #7178, but the fix can be added separately to the existing code.