IntelligenceX

API Reference

Class

GitHubRepositoryStargazerInfo

Namespace IntelligenceX.Telemetry.GitHub
Assembly IntelligenceX
Modifiers sealed

Lightweight stargazer record returned by the shared dashboard client.

Inheritance

  • Object
  • GitHubRepositoryStargazerInfo

Constructors

public GitHubRepositoryStargazerInfo(String login, String profileUrl = null, String avatarUrl = null, Nullable<DateTimeOffset> starredAtUtc = null) #

Initializes a recent stargazer record.

Parameters

login System.String requiredposition: 0
profileUrl System.String = null optionalposition: 1
avatarUrl System.String = null optionalposition: 2
starredAtUtc System.Nullable{System.DateTimeOffset} = null optionalposition: 3

Properties

public String Login { get; } #

Gets the GitHub login.

public String ProfileUrl { get; } #

Gets the public profile URL when available.

public String AvatarUrl { get; } #

Gets the avatar URL when available.

public Nullable<DateTimeOffset> StarredAtUtc { get; } #

Gets when the repository was starred when available.