IntelligenceX

API Reference

Class

GitHubRepoInfo

Namespace IntelligenceX.Telemetry.GitHub
Assembly IntelligenceX
Modifiers sealed

Repository summary for the dashboard.

Inheritance

  • Object
  • GitHubRepoInfo

Constructors

public GitHubRepoInfo(String nameWithOwner, Int32 stars, Int32 forks, String description, String language, String languageColor) #

Initializes a repository summary.

Parameters

nameWithOwner System.String requiredposition: 0
stars System.Int32 requiredposition: 1
forks System.Int32 requiredposition: 2
description System.String requiredposition: 3
language System.String requiredposition: 4
languageColor System.String requiredposition: 5

Properties

public String NameWithOwner { get; } #

Gets the canonical owner/repository name.

public Int32 Stars { get; } #

Gets the repository star count.

public Int32 Forks { get; } #

Gets the repository fork count.

public String Description { get; } #

Gets the optional repository description.

public String Language { get; } #

Gets the optional primary language name.

public String LanguageColor { get; } #

Gets the optional primary language color.