mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Get commit activity for the last year
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
public class WeeklyCommitActivity
|
||||
{
|
||||
//The days array is a group of commits per day, starting on Sunday.
|
||||
public IEnumerable<int> Days { get; set; }
|
||||
|
||||
public int Total { get; set; }
|
||||
|
||||
public int Week { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user