GithubRateLimit
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class GithubRateLimit
Properties
Limit
View Source
Declaration
public int Limit { get; set; }
Remaining
View Source
Declaration
public int Remaining { get; set; }
Reset
View Source
Declaration
public long Reset { get; set; }
Used
View Source
Declaration
public int Used { get; set; }