-
Notifications
You must be signed in to change notification settings - Fork 144
Repository statistics #1660
Copy link
Copy link
Closed
Labels
Description
I need to gather some information from a GitHub repository like:
- number of stars
- number of contributors
- number of watchers
- number of forks
- number of PR's
- number of issues
and so on.
Is it possible by using jcabi-github library?
I've checked several classes like Stars, Forks, and it seems that they don't have appropriate methods to get that number.
Reactions are currently unavailable