List of contributor related statistics.

Property definitions

github $ GithubAPI :: get_repo_contrib_stats
	# List of contributor related statistics.
	fun get_repo_contrib_stats(repo_slug: String): Array[ContributorStats] do
		return new GithubArray[ContributorStats].from(get("/repos/{repo_slug}/stats/contributors"))
	end
lib/github/api.nit:270,2--273,4