IQSS / dataverse-metrics

Aggregate and visualize metrics for installations of Dataverse around the world
https://dataverse.org/metrics
Apache License 2.0
8 stars 9 forks source link

Compatibility with Dataverse ~5.5 change #59

Closed qqmyers closed 1 year ago

qqmyers commented 3 years ago

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.

qqmyers commented 1 year ago

fixed by #52