View on GitHub

GithubClient

A C# Dll library for working with the Github Rest API

GithubClient

GithubClient.Repositories

Owner Class

Owner object

public class Owner : GithubClient.Repositories.GitObject

Inheritance System.Object 🡒 GitObject 🡒 Owner

Properties  
AvatarUrl Url to Avatar image
EventsUrl Github API Url for Events endpoint
FollowersUrl Github API Url for followers endpoint
FollowingUrl Github API Url for following endpoint
GistsUrl Github API Url for Gists endpoint
GravatarId Url to Gravatar Id
HtmlUrl A Url to view this object in a browser
Id Github Id
Login Username/Orgname
NodeId Id of a Node (Node is a generic term for an object) used in GraphQL
OrganizationsUrl Github API Url for Organizations endpoint
ReceivedEventsUrl Github API Url for received events endpoint
ReposUrl Github API Url for user’s repos endpoint
SiteAdmin Enterprise SiteAdmin
StarredUrl Github API Url for Starred endpoint
SubscriptionsUrl Github API Url for Subscriptions endpoint
Type User/Organization