You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your issue may already be reported! Please search on the issue tracker before creating one.
None found with "monthly"
Is this something you can debug and fix? Send a pull request! For more information, see the Contributor Guide.
Possible but not likely (time needed)
Prerequisites
Are you running the latest version?
pyDataverse==0.3.3
Feature Request
Add support for /api/info/metrics/{metric}/monthly in the MetricsAPI class
Question : would it be best to have a series of get_dataset/file/dataverses_by_month() or a more generic function get_metric_by_month() with the type as a parameter ?
The text was updated successfully, but these errors were encountered:
@DS-INRA, thank you for submitting the feature request! I recommend creating a generic function that uses an Enum to encode the types, as it would be straightforward. I’ve added this to our working group project as a todo item and will handle the PR once other tasks are completed.
Before we can start
Before moving on, please check some things first:
Prerequisites
Feature Request
Add support for
/api/info/metrics/{metric}/monthly
in the MetricsAPI classQuestion : would it be best to have a series of
get_dataset/file/dataverses_by_month()
or a more generic functionget_metric_by_month()
with the type as a parameter ?The text was updated successfully, but these errors were encountered: