I want to get statistics for the number of issues opened/closed for a repository during a specified period of time. I can view this information in GitHub by clicking the insights tab.
For example: https://github.com/nodejs/node/pulse
Can I pull any of this information via the GitHub Rest API v3? I was looking through the documentation but couldn't find any information. Thanks in advance