Skip to content

V0.2 - Single repository crawl

Compare
Choose a tag to compare
@liebki liebki released this 19 Jun 15:33
· 3 commits to master since this release

Changes:

The update includes a new GetRepositoryInfoAsync() method for retrieving detailed information about GitHub repositories, a 'Repository' class to support it, and improved data types (TotalStars and TotalForks changed to integers).

New method GetRepositoryInfoAsync()

Feature: This method retrieves detailed information about a specific GitHub repository. It provides details such as the number of contributors, the number of open issues, and more (returns a repository-class).