for get_commits(), get_issues() and get_pull_requests() it would be great to be able to filter by date. So if we would like to get all PRs in 2024, we could say something like `get_pull_requests(from = ... , to = ...). Would need to decide on a data format etc. Currently, we have that data and can filter afterwards, but we really only want to retrieve what's necessary.
for
get_commits(),get_issues()andget_pull_requests()it would be great to be able to filter by date. So if we would like to get all PRs in 2024, we could say something like `get_pull_requests(from = ... , to = ...). Would need to decide on a data format etc. Currently, we have that data and can filter afterwards, but we really only want to retrieve what's necessary.