Méthode | Description | |
---|---|---|
AllOrganizations ( ) : |
Returns the Uri that returns all of the organizations.
|
|
AllOrganizations ( long since ) : |
Returns the Uri that returns all of the organizations.
|
|
AllPublicRepositories ( ) : |
Returns the Uri that returns all public repositories in response to a GET request.
|
|
AllPublicRepositories ( long since ) : |
Returns the Uri that returns all public repositories in response to a GET request.
|
|
Asset ( long repositoryId, int id ) : |
Returns the Uri that returns the assets specified by the asset id.
|
|
Asset ( string owner, string name, int id ) : |
Returns the Uri that returns the assets specified by the asset id.
|
|
Assignees ( long repositoryId ) : |
Returns the Uri that returns all of the assignees to which issues may be assigned.
|
|
Assignees ( string owner, string name ) : |
Returns the Uri that returns all of the assignees to which issues may be assigned.
|
|
Blob ( long repositoryId, string reference ) : |
Returns the Uri for a specific blob.
|
|
Blob ( string owner, string name, string reference ) : |
Returns the Uri for a specific blob.
|
|
Blobs ( long repositoryId ) : |
Returns the Uri for a specific blob.
|
|
Blobs ( string owner, string name ) : |
Returns the Uri for a specific blob.
|
|
CheckAssignee ( long repositoryId, string login ) : |
Returns the Uri that returns a 204 if the login belongs to an assignee of the repository. Otherwire returns a 404.
|
|
CheckAssignee ( string owner, string name, string login ) : |
Returns the Uri that returns a 204 if the login belongs to an assignee of the repository. Otherwire returns a 404.
|
|
CheckMember ( string org, string name ) : |
Returns the Uri that returns a 204 if requester is an organization member and the user is, publicly or privately a member of the organization. Returns a 404 if the requester is an organization member and the user is not a member or the requester is not an organization member and is inquiring about themselves. Returns a 302 if the requester is not an organization member.
|
|
CheckMemberPublic ( string org, string name ) : |
Returns the Uri that returns a 204 if the user is a public member of the organization. Otherwise returns a 404.
|
|
CombinedCommitStatus ( long repositoryId, string reference ) : |
Returns the Uri that returns a combined view of commit statuses for the specified reference.
|
|
CombinedCommitStatus ( string owner, string name, string reference ) : |
Returns the Uri that returns a combined view of commit statuses for the specified reference.
|
|
Commit ( long repositoryId, string reference ) : |
Returns the Uri for the specified commit.
|
|
Commit ( string owner, string name, string reference ) : |
Returns the Uri for the specified commit.
|
|
CommitComment ( long repositoryId, int number ) : |
Returns the Uri for the specified comment.
|
|
CommitComment ( string owner, string name, int number ) : |
Returns the Uri for the specified comment.
|
|
CommitCommentReactions ( long repositoryId, int number ) : |
Returns the Uri for the reaction of a specified commit comment.
|
|
CommitCommentReactions ( string owner, string name, int number ) : |
Returns the Uri for the reaction of a specified commit comment.
|
|
CommitComments ( long repositoryId ) : |
Returns the Uri for the comments of a specified commit.
|
|
CommitComments ( long repositoryId, string sha ) : |
Returns the Uri for the comments of a specified commit.
|
|
CommitComments ( string owner, string name ) : |
Returns the Uri for the comments of a specified commit.
|
|
CommitComments ( string owner, string name, string sha ) : |
Returns the Uri for the comments of a specified commit.
|
|
CommitStatuses ( long repositoryId, string reference ) : |
Returns the Uri that lists the commit statuses for the specified reference.
|
|
CommitStatuses ( string owner, string name, string reference ) : |
Returns the Uri that lists the commit statuses for the specified reference.
|
|
CreateCommit ( long repositoryId ) : |
Returns the Uri for creating a commit object.
|
|
CreateCommit ( string owner, string name ) : |
Returns the Uri for creating a commit object.
|
|
CreateCommitStatus ( long repositoryId, string reference ) : |
Returns the Uri to use when creating a commit status for the specified reference.
|
|
CreateCommitStatus ( string owner, string name, string reference ) : |
Returns the Uri to use when creating a commit status for the specified reference.
|
|
CreateMerge ( long repositoryId ) : |
Returns the Uri for creating a merge object.
|
|
CreateMerge ( string owner, string name ) : |
Returns the Uri for creating a merge object.
|
|
CreateTag ( long repositoryId ) : |
Returns the Uri for creating a tag object.
|
|
CreateTag ( string owner, string name ) : |
Returns the Uri for creating a tag object.
|
|
DeploymentStatuses ( long repositoryId, int deploymentId ) : |
Returns the Uri for the Deployment Statuses API for the given deployment.
|
|
DeploymentStatuses ( string owner, string name, int deploymentId ) : |
Returns the System.Uri for the Deployment Statuses API for the given deployment.
|
|
Deployments ( long repositoryId ) : |
Returns the Uri for the Deployments API for the given repository.
|
|
Deployments ( string owner, string name ) : |
Returns the System.Uri for the Deployments API for the given repository.
|
|
Emails ( ) : |
Returns the Uri that returns all of the email addresses for the currently logged in user.
|
|
EnterpriseAdminStatsAll ( ) : |
||
EnterpriseAdminStatsComments ( ) : |
||
EnterpriseAdminStatsGists ( ) : |
||
EnterpriseAdminStatsHooks ( ) : |
||
EnterpriseAdminStatsIssues ( ) : |
||
EnterpriseAdminStatsMilestones ( ) : |
||
EnterpriseAdminStatsOrgs ( ) : |
||
EnterpriseAdminStatsPages ( ) : |
||
EnterpriseAdminStatsPulls ( ) : |
||
EnterpriseAdminStatsRepos ( ) : |
||
EnterpriseAdminStatsUsers ( ) : |
||
EnterpriseLdapTeamMapping ( int teamId ) : |
||
EnterpriseLdapTeamSync ( int teamId ) : |
||
EnterpriseLdapUserMapping ( string userName ) : |
||
EnterpriseLdapUserSync ( string userName ) : |
||
EnterpriseLicense ( ) : |
||
EnterpriseMigrationArchive ( string org, int id ) : |
||
EnterpriseMigrationById ( string org, int id ) : |
||
EnterpriseMigrationUnlockRepository ( string org, int id, string repo ) : |
||
EnterpriseMigrations ( string org ) : |
||
EnterpriseOrganization ( ) : |
||
EnterpriseSearchIndexing ( ) : |
||
Events ( ) : |
Returns the Uri that returns the list of public events.
|
|
Events ( long repositoryId ) : |
Returns the Uri that returns the issue/pull request event and issue info for the specified repository.
|
|
Events ( string owner, string name ) : |
Returns the Uri that returns the issue/pull request event and issue info for the specified repository.
|
|
Feeds ( ) : |
Returns the Uri that returns the feeds available to the authenticating user.
|
|
Followers ( ) : |
Creates the relative Uri for retrieving the current users followers
|
|
Followers ( string login ) : |
Creates the relative Uri for retrieving the followers for the specified user
|
|
Following ( ) : |
Creates the relative Uri for retrieving the users the current user follows
|
|
Following ( string login ) : |
Creates the relative Uri for retrieving the users the specified user follows
|
|
ForkGist ( string id ) : |
Returns the Uri for the forks for the specified gist.
|
|
Gist ( ) : |
Returns the Uri that returns the list of public gists.
|
|
Gist ( string id ) : |
Returns the Uri for the specified gist.
|
|
GistComment ( string gistId, int commentId ) : |
Returns the Uri for a spesific comment for the specified commit.
|
|
GistComments ( string gistId ) : |
Returns the Uri for the comments for the specified gist.
|
|
GistCommits ( string id ) : |
Returns the Uri for the commits for the specified gist.
|
|
IsFollowing ( string following ) : |
Creates the relative Uri for checking is the current user is following another user
|
|
IsFollowing ( string login, string following ) : |
Creates the relative Uri for checking if a user is following another user
|
|
Issue ( long repositoryId, int number ) : |
Returns the Uri for the specified issue.
|
|
Issue ( string owner, string name, int number ) : |
Returns the Uri for the specified issue.
|
|
IssueComment ( long repositoryId, int id ) : |
Returns the Uri for the specified comment.
|
|
IssueComment ( string owner, string name, int id ) : |
Returns the Uri for the specified comment.
|
|
IssueCommentReactions ( long repositoryId, int number ) : |
Returns the Uri for the reaction of a specified issue comment.
|
|
IssueCommentReactions ( string owner, string name, int number ) : |
Returns the Uri for the reaction of a specified issue comment.
|
|
IssueComments ( long repositoryId ) : |
Returns the Uri for the comments for all issues in a specific repo.
|
|
IssueComments ( long repositoryId, int number ) : |
Returns the Uri for the comments of a specified issue.
|
|
IssueComments ( string owner, string name ) : |
Returns the Uri for the comments for all issues in a specific repo.
|
|
IssueComments ( string owner, string name, int number ) : |
Returns the Uri for the comments of a specified issue.
|
|
IssueLabel ( long repositoryId, int number, string labelName ) : |
Returns the Uri that returns the named label for the specified issue.
|
|
IssueLabel ( string owner, string name, int number, string labelName ) : |
Returns the Uri that returns the named label for the specified issue.
|
|
IssueLabels ( long repositoryId, int number ) : |
Returns the Uri that returns all of the labels for the specified issue.
|
|
IssueLabels ( string owner, string name, int number ) : |
Returns the Uri that returns all of the labels for the specified issue.
|
|
IssueLock ( long repositoryId, int number ) : |
Returns the Uri for the specified issue to be locked/unlocked.
|
|
IssueLock ( string owner, string name, int number ) : |
Returns the Uri for the specified issue to be locked/unlocked.
|
|
IssueReactions ( long repositoryId, int number ) : |
Returns the Uri for the reaction of a specified issue.
|
|
IssueReactions ( string owner, string name, int number ) : |
Returns the Uri for the reaction of a specified issue.
|
|
IssueTimeline ( long repositoryId, int number ) : |
Returns the Uri for the timeline of a specified issue.
|
|
IssueTimeline ( string owner, string repo, int number ) : |
Returns the Uri for the timeline of a specified issue.
|
|
Issues ( ) : |
Returns the Uri that returns all of the issues across all the authenticated user’s visible repositories including owned repositories, member repositories, and organization repositories:
|
|
Issues ( long repositoryId ) : |
Returns the Uri that returns all of the issues for the currently logged in user specific to the repository.
|
|
Issues ( string organization ) : |
Returns the Uri that returns all of the issues for the specified organization for the currently logged in user.
|
|
Issues ( string owner, string name ) : |
Returns the Uri that returns all of the issues for the currently logged in user specific to the repository.
|
|
IssuesEvent ( long repositoryId, int id ) : |
Returns the Uri that returns the issue/pull request event and issue info for the specified event.
|
|
IssuesEvent ( string owner, string name, int id ) : |
Returns the Uri that returns the issue/pull request event and issue info for the specified event.
|
|
IssuesEvents ( long repositoryId ) : |
Returns the Uri that returns the issue/pull request event and issue info for the specified repository.
|
|
IssuesEvents ( long repositoryId, int number ) : |
Returns the Uri that returns the issue/pull request event info for the specified issue.
|
|
IssuesEvents ( string owner, string name ) : |
Returns the Uri that returns the issue/pull request event and issue info for the specified repository.
|
|
IssuesEvents ( string owner, string name, int number ) : |
Returns the Uri that returns the issue/pull request event info for the specified issue.
|
|
IssuesForOwnedAndMember ( ) : |
Returns the Uri that returns all of the issues across owned and member repositories for the authenticated user:
|
|
Keys ( ) : |
Returns the Uri to retrieve keys for the current user.
|
|
Keys ( int id ) : |
Returns the Uri to retrieve a given key.
|
|
Keys ( string userName ) : |
Returns the Uri to retrieve keys for a given user.
|
|
Label ( long repositoryId, string labelName ) : |
Returns the Uri that returns the specified label.
|
|
Label ( string owner, string name, string labelName ) : |
Returns the Uri that returns the specified label.
|
|
Labels ( long repositoryId ) : |
Returns the Uri that returns all of the labels for the specified repository.
|
|
Labels ( string owner, string name ) : |
Returns the Uri that returns all of the labels for the specified repository.
|
|
LatestRelease ( long repositoryId ) : |
Returns the Uri that returns the latest release for the specified repository
|
|
LatestRelease ( string owner, string name ) : |
Returns the Uri that returns the latest release for the specified repository
|
|
Members ( string org ) : |
Returns the Uri that returns all of the members of the organization
|
|
Members ( string org, OrganizationMembersFilter filter ) : |
Returns the Uri that returns all of the members of the organization
|
|
Members ( string org, OrganizationMembersFilter filter, OrganizationMembersRole role ) : |
Returns the Uri that returns all of the members of the organization
|
|
Members ( string org, OrganizationMembersRole role ) : |
Returns the Uri that returns all of the members of the organization
|
|
MergePullRequest ( long repositoryId, int number ) : |
Returns the Uri that returns the pull request merge state.
|
|
MergePullRequest ( string owner, string name, int number ) : |
Returns the Uri that returns the pull request merge state.
|
|
Milestone ( long repositoryId, int number ) : |
Returns the Uri that returns the specified milestone.
|
|
Milestone ( string owner, string name, int number ) : |
Returns the Uri that returns the specified milestone.
|
|
MilestoneLabels ( long repositoryId, int number ) : |
Returns the Uri that returns all of the labels for all issues in the specified milestone.
|
|
MilestoneLabels ( string owner, string name, int number ) : |
Returns the Uri that returns all of the labels for all issues in the specified milestone.
|
|
Milestones ( long repositoryId ) : |
Returns the Uri that returns all of the milestones for the specified repository.
|
|
Milestones ( string owner, string name ) : |
Returns the Uri that returns all of the milestones for the specified repository.
|
|
NetworkEvents ( string owner, string name ) : |
Returns the Uri for the network of repositories.
|
|
Notification ( int id ) : |
Returns the Uri for the specified notification.
|
|
NotificationSubscription ( int id ) : |
Returns the Uri for the specified notification's subscription status.
|
|
Notifications ( ) : |
Returns the Uri that returns all of the notifications for the currently logged in user.
|
|
Notifications ( long repositoryId ) : |
Returns the Uri that returns all of the notifications for the currently logged in user specific to the repository.
|
|
Notifications ( string owner, string name ) : |
Returns the Uri that returns all of the notifications for the currently logged in user specific to the repository.
|
|
OauthAccessToken ( ) : |
Creates the relative Uri to request an OAuth access token.
|
|
OauthAuthorize ( ) : |
Creates the relative Uri for initiating the OAuth Web login Flow
|
|
Organization ( string organizationName ) : |
Returns the Uri that returns the organization for the specified organization name
|
|
OrganizationEvents ( string organization ) : |
Returns the Uri for the organization.
|
|
OrganizationEvents ( string user, string organization ) : |
Returns the Uri for events associated with an organization.
|
|
OrganizationMember ( string org, string user ) : |
Returns the Uri that returns member of organization
|
|
OrganizationMembership ( string org, string name ) : |
Returns the Uri that returns a 204 if the user is publicizing, or concealing their membership in an organization.
|
|
OrganizationRepositories ( string organization ) : |
Returns the Uri that returns all of the repositories for the specified organization in response to a GET request. A POST to this URL creates a new repository for the organization.
|
|
OrganizationTeams ( string organization ) : |
returns the Uri for org teams use for both Get and Create methods
|
|
PerformedEvents ( string user ) : |
Returns the Uri for events performed by a user.
|
|
PerformedEvents ( string user, bool isPublic ) : |
Returns the Uri for events performed by a user.
|
|
PublicGists ( ) : |
Returns the Uri for all public gists.
|
|
PublicMembers ( string org ) : |
Returns the Uri that returns all of the public members of the organization
|
|
PullRequest ( long repositoryId, int number ) : |
Returns the Uri that returns the specified pull request.
|
|
PullRequest ( string owner, string name, int number ) : |
Returns the Uri that returns the specified pull request.
|
|
PullRequestCommits ( long repositoryId, int number ) : |
Returns the Uri that returns the commits on a pull request.
|
|
PullRequestCommits ( string owner, string name, int number ) : |
Returns the Uri that returns the commits on a pull request.
|
|
PullRequestFiles ( long repositoryId, int number ) : |
Returns the Uri that returns the files on a pull request.
|
|
PullRequestFiles ( string owner, string name, int number ) : |
Returns the Uri that returns the files on a pull request.
|
|
PullRequestReviewComment ( long repositoryId, int number ) : |
Returns the Uri for the specified pull request review comment.
|
|
PullRequestReviewComment ( string owner, string name, int number ) : |
Returns the Uri for the specified pull request review comment.
|
|
PullRequestReviewCommentReaction ( long repositoryId, int number ) : |
Returns the Uri for the reaction of a specified pull request review comment.
|
|
PullRequestReviewCommentReaction ( string owner, string name, int number ) : |
Returns the Uri for the reaction of a specified pull request review comment.
|
|
PullRequestReviewComments ( long repositoryId, int number ) : |
Returns the Uri for the comments of a specified pull request review.
|
|
PullRequestReviewComments ( string owner, string name, int number ) : |
Returns the Uri for the comments of a specified pull request review.
|
|
PullRequestReviewCommentsRepository ( long repositoryId ) : |
Returns the Uri for the pull request review comments on a specified repository.
|
|
PullRequestReviewCommentsRepository ( string owner, string name ) : |
Returns the Uri for the pull request review comments on a specified repository.
|
|
PullRequests ( long repositoryId ) : |
Returns the Uri that lists the pull requests for a repository.
|
|
PullRequests ( string owner, string name ) : |
Returns the Uri that lists the pull requests for a repository.
|
|
Reactions ( int number ) : |
Returns the Uri for deleting a reaction.
|
|
ReceivedEvents ( string user ) : |
Returns the Uri for the received events for a user.
|
|
ReceivedEvents ( string user, bool isPublic ) : |
Returns the Uri for the received events for a user.
|
|
Reference ( long repositoryId ) : |
Returns the Uri for the specified reference.
|
|
Reference ( long repositoryId, string referenceName ) : |
Returns the Uri for the specified reference.
|
|
Reference ( string owner, string name ) : |
Returns the Uri for the specified reference.
|
|
Reference ( string owner, string name, string referenceName ) : |
Returns the Uri for the specified reference.
|
|
ReleaseAssets ( long repositoryId, int id ) : |
Returns the Uri that returns all the assets for the specified release for the specified repository.
|
|
ReleaseAssets ( string owner, string name, int id ) : |
Returns the Uri that returns all the assets for the specified release for the specified repository.
|
|
Releases ( long repositoryId ) : |
Returns the Uri that returns all of the releases for the specified repository.
|
|
Releases ( long repositoryId, int id ) : |
Returns the Uri that returns a single release for the specified repository
|
|
Releases ( string owner, string name ) : |
Returns the Uri that returns all of the releases for the specified repository.
|
|
Releases ( string owner, string name, int id ) : |
Returns the Uri that returns a single release for the specified repository
|
|
RepoBranch ( long repositoryId, string branchName ) : |
Returns the Uri for a repository branch.
|
|
RepoBranch ( string owner, string name, string branchName ) : |
Returns the Uri for a repository branch.
|
|
RepoBranchProtection ( long repositoryId, string branchName ) : |
Returns the Uri for a repository branches protection.
|
|
RepoBranchProtection ( string owner, string name, string branchName ) : |
Returns the Uri for a repository branches protection.
|
|
RepoBranches ( long repositoryId ) : |
Returns the Uri that returns all of the branches for the specified repository.
|
|
RepoBranches ( string owner, string name ) : |
returns the Uri for branches
|
|
RepoCollaborator ( long repositoryId, string user ) : |
Returns the Uri to check user is collaborator
|
|
RepoCollaborator ( string owner, string repo, string user ) : |
Returns the Uri to check user is collaborator
|
|
RepoCollaborators ( long repositoryId ) : |
Returns the Uri that returns all of the collaborators for the specified repository.
|
|
RepoCollaborators ( string owner, string name ) : |
returns the Uri for teams use for update or deleting a team
|
|
RepoCompare ( long repositoryId, string @base, string head ) : |
Returns the Uri for comparing two commits.
|
|
RepoCompare ( string owner, string name, string @base, string head ) : |
Returns the Uri for comparing two commits.
|
|
RepoRequiredStatusChecks ( long repositoryId, string branchName ) : |
Returns the Uri for required status checks for a protected branch.
|
|
RepoRequiredStatusChecks ( string owner, string name, string branchName ) : |
Returns the Uri for required status checks for a protected branch.
|
|
RepoRequiredStatusChecksContexts ( long repositoryId, string branchName ) : |
Returns the Uri for required status checks for a protected branch.
|
|
RepoRequiredStatusChecksContexts ( string owner, string name, string branchName ) : |
Returns the Uri for required status checks for a protected branch.
|
|
RepoRestrictions ( long repositoryId, string branchName ) : |
Returns the Uri for restrictions for a protected branch.
|
|
RepoRestrictions ( string owner, string name, string branchName ) : |
Returns the Uri for restrictions for a protected branch.
|
|
RepoRestrictionsTeams ( long repositoryId, string branchName ) : |
Returns the Uri for team restrictions for a protected branch.
|
|
RepoRestrictionsTeams ( string owner, string name, string branchName ) : |
Returns the Uri for team restrictions for a protected branch.
|
|
RepoRestrictionsUsers ( long repositoryId, string branchName ) : |
Returns the Uri for user restrictions for a protected branch.
|
|
RepoRestrictionsUsers ( string owner, string name, string branchName ) : |
Returns the Uri for user restrictions for a protected branch.
|
|
Repositories ( ) : Uri |
Returns the Uri that returns all of the repositories for the currently logged in user in response to a GET request. A POST to this URL creates a new repository.
|
|
Repositories ( string login ) : Uri |
Returns the Uri that returns all of the repositories for the specified login.
|
|
Repository ( long repositoryId ) : Uri |
Returns the Uri for a repository.
|
|
Repository ( string owner, string name ) : Uri |
Returns the Uri for a repository.
|
|
RepositoryArchiveLink ( long repositoryId, ArchiveFormat archiveFormat, string reference ) : Uri |
Returns the Uri for getting an archive of a given repository's contents, in a specific format
|
|
RepositoryArchiveLink ( string owner, string name, ArchiveFormat archiveFormat, string reference ) : Uri |
Creates the relative Uri for getting an archive of a given repository's contents, in a specific format
|
|
RepositoryCommit ( long repositoryId, string reference ) : Uri |
Returns the Uri for repository commits.
|
|
RepositoryCommit ( string owner, string name, string reference ) : Uri |
Returns the Uri for repository commits.
|
|
RepositoryCommits ( long repositoryId ) : Uri |
Returns the Uri for repository commits.
|
|
RepositoryCommits ( string owner, string name ) : Uri |
Returns the Uri for repository commits.
|
|
RepositoryContent ( long repositoryId ) : Uri |
Returns the Uri for getting the contents of the specified repository's root
|
|
RepositoryContent ( long repositoryId, string path ) : Uri |
Returns the Uri for getting the contents of the specified repository and path
|
|
RepositoryContent ( long repositoryId, string path, string reference ) : Uri |
Returns the Uri for getting the contents of the specified repository and path
|
|
RepositoryContent ( string owner, string name ) : Uri |
Creates the relative Uri for getting the contents of the specified repository's root
|
|
RepositoryContent ( string owner, string name, string path ) : Uri |
Creates the relative Uri for getting the contents of the specified repository and path
|
|
RepositoryContent ( string owner, string name, string path, string reference ) : Uri |
Creates the relative Uri for getting the contents of the specified repository and path
|
|
RepositoryContributors ( long repositoryId ) : Uri |
Returns the Uri for repository contributors.
|
|
RepositoryContributors ( string owner, string name ) : Uri |
Returns the Uri for repository contributors.
|
|
RepositoryDeployKey ( long repositoryId, int number ) : Uri |
Returns the Uri for a deploy key for a repository
|
|
RepositoryDeployKey ( string owner, string name, int number ) : Uri |
Returns the Uri for a deploy key for a repository
|
|
RepositoryDeployKeys ( long repositoryId ) : Uri |
Returns the Uri for deploy keys for a repository.
|
|
RepositoryDeployKeys ( string owner, string name ) : Uri |
Returns the Uri for deploy keys for a repository.
|
|
RepositoryForks ( long repositoryId ) : Uri |
Returns the Uri that lists the repository forks for the specified reference.
|
|
RepositoryForks ( string owner, string name ) : Uri |
Returns the Uri that lists the repository forks for the specified reference.
|
|
RepositoryHookById ( long repositoryId, int hookId ) : Uri |
Returns the Uri that gets the repository hook for the specified reference.
|
|
RepositoryHookById ( string owner, string name, int hookId ) : Uri |
Returns the Uri that gets the repository hook for the specified reference.
|
|
RepositoryHookPing ( long repositoryId, int hookId ) : Uri |
Returns the Uri that can ping a specified repository hook
|
|
RepositoryHookPing ( string owner, string name, int hookId ) : Uri |
Returns the Uri that can ping a specified repository hook
|
|
RepositoryHookTest ( long repositoryId, int hookId ) : Uri |
Returns the Uri that can tests a specified repository hook
|
|
RepositoryHookTest ( string owner, string name, int hookId ) : Uri |
Returns the Uri that can tests a specified repository hook
|
|
RepositoryHooks ( long repositoryId ) : Uri |
Returns the Uri that lists the repository hooks for the specified reference.
|
|
RepositoryHooks ( string owner, string name ) : Uri |
Returns the Uri that lists the repository hooks for the specified reference.
|
|
RepositoryInvitations ( long repositoryId ) : Uri |
Returns the Uri for repository invitations.
|
|
RepositoryInvitations ( long repositoryId, int invitationId ) : Uri |
Returns the Uri for a single repository invitation.
|
|
RepositoryLanguages ( long repositoryId ) : Uri |
Returns the Uri for repository languages.
|
|
RepositoryLanguages ( string owner, string name ) : Uri |
Returns the Uri for repository languages.
|
|
RepositoryPage ( long repositoryId ) : Uri |
Returns the Uri for getting the page metadata for a given repository
|
|
RepositoryPage ( string owner, string name ) : Uri |
Creates the relative Uri for getting the page metadata for a given repository
|
|
RepositoryPageBuilds ( long repositoryId ) : Uri |
Returns the Uri for getting all build metadata for a given repository
|
|
RepositoryPageBuilds ( string owner, string name ) : Uri |
Creates the relative Uri for getting all build metadata for a given repository
|
|
RepositoryPageBuildsLatest ( long repositoryId ) : Uri |
Returns the Uri for getting the build metadata for the last build for a given repository
|
|
RepositoryPageBuildsLatest ( string owner, string name ) : Uri |
Creates the relative Uri for getting the build metadata for the last build for a given repository
|
|
RepositoryReadme ( long repositoryId ) : Uri |
Returns the Uri for getting the README of the specified repository
|
|
RepositoryReadme ( string owner, string name ) : Uri |
Creates the relative Uri for getting the README of the specified repository
|
|
RepositoryTags ( long repositoryId ) : Uri |
Returns the Uri for repository tags.
|
|
RepositoryTags ( string owner, string name ) : Uri |
Returns the Uri for repository tags.
|
|
RepositoryTeams ( long repositoryId ) : Uri |
Returns the Uri for repository teams.
|
|
RepositoryTeams ( string owner, string name ) : Uri |
Returns the Uri for repository teams.
|
|
RepositoryTrafficClones ( long repositoryId ) : Uri |
Returns the Uri for repository traffice clones.
|
|
RepositoryTrafficClones ( string owner, string repo ) : Uri |
Returns the Uri for repository traffice clones.
|
|
RepositoryTrafficPaths ( long repositoryId ) : Uri |
Returns the Uri for repository traffice paths.
|
|
RepositoryTrafficPaths ( string owner, string repo ) : Uri |
Returns the Uri for repository traffice paths.
|
|
RepositoryTrafficReferrers ( long repositoryId ) : Uri |
Returns the Uri for repository traffice referrers.
|
|
RepositoryTrafficReferrers ( string owner, string repo ) : Uri |
Returns the Uri for repository traffice referrers.
|
|
RepositoryTrafficViews ( long repositoryId ) : Uri |
Returns the Uri for repository traffice views.
|
|
RepositoryTrafficViews ( string owner, string repo ) : Uri |
Returns the Uri for repository traffice views.
|
|
SearchCode ( ) : Uri |
Creates the relative Uri for searching code
|
|
SearchIssues ( ) : Uri |
Creates the relative Uri for searching issues
|
|
SearchRepositories ( ) : Uri |
Creates the relative Uri for searching repositories
|
|
SearchUsers ( ) : Uri |
Creates the relative Uri for searching users
|
|
SshKeys ( ) : Uri |
Returns the Uri that returns all of the SSH keys for the currently logged in user.
|
|
SshKeys ( string login ) : Uri |
Returns the Uri that returns all of the SSH keys for the specified user.
|
|
StarGist ( string id ) : Uri |
Returns the Uri to star a given gist.
|
|
Stargazers ( long repositoryId ) : Uri |
Returns the Uri that lists the starred repositories for the authenticated user.
|
|
Stargazers ( string owner, string name ) : Uri |
Returns the Uri that lists the starred repositories for the authenticated user.
|
|
Starred ( ) : Uri |
Returns the Uri that lists the starred repositories for the authenticated user.
|
|
Starred ( string owner, string name ) : Uri |
Returns the Uri that shows whether the repo is starred by the current user.
|
|
StarredByUser ( string user ) : Uri |
Returns the Uri that lists the starred repositories for the specified user.
|
|
StarredGists ( ) : Uri |
Returns the Uri for all started public gists.
|
|
StatsCodeFrequency ( long repositoryId ) : Uri |
Returns the Uri for the code frequency for the given repository
|
|
StatsCodeFrequency ( string owner, string name ) : Uri |
Returns the System.Uri for the code frequency for the given repository
|
|
StatsCommitActivity ( long repositoryId ) : Uri |
Returns the Uri for the commit activity for the given repository
|
|
StatsCommitActivity ( string owner, string name ) : Uri |
Returns the System.Uri for the commit activity for the given repository
|
|
StatsContributors ( long repositoryId ) : Uri |
Returns the Uri for the contributors for the given repository
|
|
StatsContributors ( string owner, string name ) : Uri |
Returns the System.Uri for the contributors for the given repository
|
|
StatsParticipation ( long repositoryId ) : Uri |
Returns the Uri for the participation for the given repository
|
|
StatsParticipation ( string owner, string name ) : Uri |
Returns the System.Uri for the participation for the given repository
|
|
StatsPunchCard ( long repositoryId ) : Uri |
Returns the Uri for the punch card for the given repository
|
|
StatsPunchCard ( string owner, string name ) : Uri |
Returns the System.Uri for the punch card for the given repository
|
|
Tag ( long repositoryId, string reference ) : Uri |
Returns the Uri for the specified tag.
|
|
Tag ( string owner, string name, string reference ) : Uri |
Returns the Uri for the specified tag.
|
|
TeamMember ( int id, string login ) : Uri |
returns the Uri for team member
|
|
TeamMembers ( int id ) : Uri |
returns the Uri for team members list
|
|
TeamRepositories ( int id ) : Uri |
returns the Uri for the repositories
|
|
TeamRepository ( int id, string organization, string repoName ) : Uri |
returns the Uri for a team repository
|
|
Teams ( int id ) : Uri |
Returns the Uri for teams use for getting, updating, or deleting a Team.
|
|
Tree ( long repositoryId ) : Uri |
Returns the Uri for the specified tree.
|
|
Tree ( long repositoryId, string reference ) : Uri |
Returns the Uri for the specified tree.
|
|
Tree ( string owner, string name ) : Uri |
Returns the Uri for the specified tree.
|
|
Tree ( string owner, string name, string reference ) : Uri |
Returns the Uri for the specified tree.
|
|
TreeRecursive ( long repositoryId, string reference ) : Uri |
Returns the Uri for the specified tree.
|
|
TreeRecursive ( string owner, string name, string reference ) : Uri |
Returns the Uri for the specified tree.
|
|
User ( string login ) : Uri |
Returns the System.Uri for the user for the given login
|
|
UserAdministration ( ) : Uri | ||
UserAdministration ( string login ) : Uri | ||
UserAdministrationAuthorization ( string login ) : Uri | ||
UserAdministrationPublicKeys ( ) : Uri | ||
UserAdministrationPublicKeys ( int keyId ) : Uri | ||
UserAdministrationSiteAdmin ( string login ) : Uri |
Creates the relative Uri for altering administration status of a user.
|
|
UserAdministrationSuspension ( string login ) : Uri |
Creates the relative Uri for altering suspension status of a user.
|
|
UserInvitations ( ) : Uri |
Returns the Uri for invitations for the current user.
|
|
UserInvitations ( int invitationId ) : Uri |
Returns the Uri for a single invitation of the current user.
|
|
UserOrganizations ( ) : Uri |
Returns the Uri that returns all of the organizations for the currently logged in user.
|
|
UserOrganizations ( string login ) : Uri |
Returns the Uri that returns all of the organizations for the specified login.
|
|
UserTeams ( ) : Uri |
Returns the Uri to discover teams for the current user
|
|
UsersGists ( string user ) : Uri |
Returns the Uri for all gists for a given user.
|
|
Watched ( ) : Uri |
Returns the Uri that lists the watched repositories for the authenticated user.
|
|
Watched ( long repositoryId ) : Uri |
Returns the Uri that shows whether the repo is starred by the current user.
|
|
Watched ( string owner, string name ) : Uri |
Returns the Uri that shows whether the repo is starred by the current user.
|
|
WatchedByUser ( string user ) : Uri |
Returns the Uri that lists the watched repositories for the specified user.
|
|
Watchers ( long repositoryId ) : Uri |
Returns the Uri that lists the watched repositories for the authenticated user.
|
|
Watchers ( string owner, string name ) : Uri |
Returns the Uri that lists the watched repositories for the authenticated user.
|
Méthode | Description | |
---|---|---|
EnterpriseAdminStats ( string type ) : |
||
GpgKeys ( ) : |
||
GpgKeys ( int id ) : |
||
Organizations ( ) : |
||
Organizations ( string login ) : |
public static AllOrganizations ( ) : |
||
Résultat |
public static AllOrganizations ( long since ) : |
||
since | long | The integer Id of the last Organization that you’ve seen. |
Résultat |
public static AllPublicRepositories ( ) : |
||
Résultat |
public static AllPublicRepositories ( long since ) : |
||
since | long | The integer Id of the last Repository that you’ve seen. |
Résultat |
public static Asset ( long repositoryId, int id ) : |
||
repositoryId | long | The Id of the repository |
id | int | The id of the release asset |
Résultat |
public static Asset ( string owner, string name, int id ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The id of the release asset |
Résultat |
public static Assignees ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Assignees ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static Blob ( long repositoryId, string reference ) : |
||
repositoryId | long | The Id of the repository |
reference | string | The SHA of the blob |
Résultat |
public static Blob ( string owner, string name, string reference ) : |
||
owner | string | The owner of the blob |
name | string | The name of the organization |
reference | string | The SHA of the blob |
Résultat |
public static Blobs ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Blobs ( string owner, string name ) : |
||
owner | string | The owner of the blob |
name | string | The name of the organization |
Résultat |
public static CheckAssignee ( long repositoryId, string login ) : |
||
repositoryId | long | The Id of the repository |
login | string | The login for the user |
Résultat |
public static CheckAssignee ( string owner, string name, string login ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
login | string | The login for the user |
Résultat |
public static CheckMember ( string org, string name ) : |
||
org | string | The organization being inquired about |
name | string | The user being inquired about |
Résultat |
public static CheckMemberPublic ( string org, string name ) : |
||
org | string | The organization being inquired about |
name | string | The user being inquired about |
Résultat |
public static CombinedCommitStatus ( long repositoryId, string reference ) : |
||
repositoryId | long | The Id of the repository |
reference | string | The reference (SHA, branch name, or tag name) to list commits for |
Résultat |
public static CombinedCommitStatus ( string owner, string name, string reference ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The reference (SHA, branch name, or tag name) to list commits for |
Résultat |
public static Commit ( long repositoryId, string reference ) : |
||
repositoryId | long | The Id of the repository |
reference | string | The commit reference (SHA) |
Résultat |
public static Commit ( string owner, string name, string reference ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The commit reference (SHA) |
Résultat |
public static CommitComment ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The comment number |
Résultat |
public static CommitComment ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The comment number |
Résultat |
public static CommitCommentReactions ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The comment number |
Résultat |
public static CommitCommentReactions ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The comment number |
Résultat |
public static CommitComments ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static CommitComments ( long repositoryId, string sha ) : |
||
repositoryId | long | The Id of the repository |
sha | string | The sha of the commit |
Résultat |
public static CommitComments ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static CommitComments ( string owner, string name, string sha ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
sha | string | The sha of the commit |
Résultat |
public static CommitStatuses ( long repositoryId, string reference ) : |
||
repositoryId | long | The Id of the repository |
reference | string | The reference (SHA, branch name, or tag name) to list commits for |
Résultat |
public static CommitStatuses ( string owner, string name, string reference ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The reference (SHA, branch name, or tag name) to list commits for |
Résultat |
public static CreateCommit ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static CreateCommit ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static CreateCommitStatus ( long repositoryId, string reference ) : |
||
repositoryId | long | The Id of the repository |
reference | string | The reference (SHA, branch name, or tag name) to list commits for |
Résultat |
public static CreateCommitStatus ( string owner, string name, string reference ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The reference (SHA, branch name, or tag name) to list commits for |
Résultat |
public static CreateMerge ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static CreateMerge ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static CreateTag ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static CreateTag ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static DeploymentStatuses ( long repositoryId, int deploymentId ) : |
||
repositoryId | long | The Id of the repository |
deploymentId | int | Id of the deployment |
Résultat |
public static DeploymentStatuses ( string owner, string name, int deploymentId ) : |
||
owner | string | Owner of the repository |
name | string | Name of the repository |
deploymentId | int | Id of the deployment |
Résultat |
public static Deployments ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Deployments ( string owner, string name ) : |
||
owner | string | Owner of the repository |
name | string | Name of the repository |
Résultat |
public static EnterpriseAdminStatsAll ( ) : |
||
Résultat |
public static EnterpriseAdminStatsComments ( ) : |
||
Résultat |
public static EnterpriseAdminStatsGists ( ) : |
||
Résultat |
public static EnterpriseAdminStatsHooks ( ) : |
||
Résultat |
public static EnterpriseAdminStatsIssues ( ) : |
||
Résultat |
public static EnterpriseAdminStatsMilestones ( ) : |
||
Résultat |
public static EnterpriseAdminStatsOrgs ( ) : |
||
Résultat |
public static EnterpriseAdminStatsPages ( ) : |
||
Résultat |
public static EnterpriseAdminStatsPulls ( ) : |
||
Résultat |
public static EnterpriseAdminStatsRepos ( ) : |
||
Résultat |
public static EnterpriseAdminStatsUsers ( ) : |
||
Résultat |
public static EnterpriseLdapTeamMapping ( int teamId ) : |
||
teamId | int | |
Résultat |
public static EnterpriseLdapTeamSync ( int teamId ) : |
||
teamId | int | |
Résultat |
public static EnterpriseLdapUserMapping ( string userName ) : |
||
userName | string | |
Résultat |
public static EnterpriseLdapUserSync ( string userName ) : |
||
userName | string | |
Résultat |
public static EnterpriseLicense ( ) : |
||
Résultat |
public static EnterpriseMigrationArchive ( string org, int id ) : |
||
org | string | |
id | int | |
Résultat |
public static EnterpriseMigrationById ( string org, int id ) : |
||
org | string | |
id | int | |
Résultat |
public static EnterpriseMigrationUnlockRepository ( string org, int id, string repo ) : |
||
org | string | |
id | int | |
repo | string | |
Résultat |
public static EnterpriseMigrations ( string org ) : |
||
org | string | |
Résultat |
public static EnterpriseOrganization ( ) : |
||
Résultat |
public static EnterpriseSearchIndexing ( ) : |
||
Résultat |
public static Events ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Events ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static Followers ( string login ) : |
||
login | string | name of the user |
Résultat |
public static Following ( string login ) : |
||
login | string | name of the user |
Résultat |
public static ForkGist ( string id ) : |
||
id | string | The id of the gist |
Résultat |
public static Gist ( string id ) : |
||
id | string | The id of the gist |
Résultat |
public static GistComment ( string gistId, int commentId ) : |
||
gistId | string | The id of the gist |
commentId | int | The id of the comment |
Résultat |
public static GistComments ( string gistId ) : |
||
gistId | string | The id of the gist |
Résultat |
public static GistCommits ( string id ) : |
||
id | string | The id of the gist |
Résultat |
public static IsFollowing ( string following ) : |
||
following | string | name of the user followed |
Résultat |
public static IsFollowing ( string login, string following ) : |
||
login | string | name of the user following |
following | string | name of the user followed |
Résultat |
public static Issue ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
Résultat |
public static Issue ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
Résultat |
public static IssueComment ( long repositoryId, int id ) : |
||
repositoryId | long | The Id of the repository |
id | int | The comment id |
Résultat |
public static IssueComment ( string owner, string name, int id ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The comment id |
Résultat |
public static IssueCommentReactions ( long repositoryId, int number ) : |
||
repositoryId | long | The owner of the repository |
number | int | The comment number |
Résultat |
public static IssueCommentReactions ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The comment number |
Résultat |
public static IssueComments ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static IssueComments ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
Résultat |
public static IssueComments ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static IssueComments ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
Résultat |
public static IssueLabel ( long repositoryId, int number, string labelName ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
labelName | string | The name of the label |
Résultat |
public static IssueLabel ( string owner, string name, int number, string labelName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
labelName | string | The name of the label |
Résultat |
public static IssueLabels ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
Résultat |
public static IssueLabels ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
Résultat |
public static IssueLock ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
Résultat |
public static IssueLock ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
Résultat |
public static IssueReactions ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
Résultat |
public static IssueReactions ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
Résultat |
public static IssueTimeline ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
Résultat |
public static IssueTimeline ( string owner, string repo, int number ) : |
||
owner | string | The owner of the repository |
repo | string | The name of the repository |
number | int | The issue number |
Résultat |
public static Issues ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Issues ( string organization ) : |
||
organization | string | The name of the organization |
Résultat |
public static Issues ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static IssuesEvent ( long repositoryId, int id ) : |
||
repositoryId | long | The Id of the repository |
id | int | The event id |
Résultat |
public static IssuesEvent ( string owner, string name, int id ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The event id |
Résultat |
public static IssuesEvents ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static IssuesEvents ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
Résultat |
public static IssuesEvents ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static IssuesEvents ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
Résultat |
public static IssuesForOwnedAndMember ( ) : |
||
Résultat |
public static Keys ( int id ) : |
||
id | int | The Key Id to retrieve |
Résultat |
public static Keys ( string userName ) : |
||
userName | string | The user to search on |
Résultat |
public static Label ( long repositoryId, string labelName ) : |
||
repositoryId | long | The Id of the repository |
labelName | string | The name of label |
Résultat |
public static Label ( string owner, string name, string labelName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
labelName | string | The name of label |
Résultat |
public static Labels ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Labels ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static LatestRelease ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static LatestRelease ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static Members ( string org ) : |
||
org | string | The organization |
Résultat |
public static Members ( string org, OrganizationMembersFilter filter ) : |
||
org | string | The organization |
filter | OrganizationMembersFilter | The member filter, |
Résultat |
public static Members ( string org, OrganizationMembersFilter filter, OrganizationMembersRole role ) : |
||
org | string | The organization |
filter | OrganizationMembersFilter | The member filter, |
role | OrganizationMembersRole | The role filter, |
Résultat |
public static Members ( string org, OrganizationMembersRole role ) : |
||
org | string | The organization |
role | OrganizationMembersRole | The role filter, |
Résultat |
public static MergePullRequest ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The pull request number |
Résultat |
public static MergePullRequest ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The pull request number |
Résultat |
public static Milestone ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The milestone number |
Résultat |
public static Milestone ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The milestone number |
Résultat |
public static MilestoneLabels ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The milestone number |
Résultat |
public static MilestoneLabels ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The milestone number |
Résultat |
public static Milestones ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Milestones ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static NetworkEvents ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static Notification ( int id ) : |
||
id | int | The Id of the notification. |
Résultat |
public static NotificationSubscription ( int id ) : |
||
id | int | The Id of the notification. |
Résultat |
public static Notifications ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Notifications ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static OauthAccessToken ( ) : |
||
Résultat |
public static Organization ( string organizationName ) : |
||
organizationName | string | The name of the organization |
Résultat |
public static OrganizationEvents ( string organization ) : |
||
organization | string | The name of the organization |
Résultat |
public static OrganizationEvents ( string user, string organization ) : |
||
user | string | The login of the user |
organization | string | The name of the organization |
Résultat |
public static OrganizationMember ( string org, string user ) : |
||
org | string | The organization being inquired about |
user | string | The user being inquired about |
Résultat |
public static OrganizationMembership ( string org, string name ) : |
||
org | string | The organization to publicize, or conceal their membership of |
name | string | The user publicizing, or concealing their membership of the organization |
Résultat |
public static OrganizationRepositories ( string organization ) : |
||
organization | string | The name of the organization |
Résultat |
public static OrganizationTeams ( string organization ) : |
||
organization | string | |
Résultat |
public static PerformedEvents ( string user ) : |
||
user | string | The login of the user |
Résultat |
public static PerformedEvents ( string user, bool isPublic ) : |
||
user | string | The login of the user |
isPublic | bool | Whether to return public events or not |
Résultat |
public static PublicMembers ( string org ) : |
||
org | string | Organization |
Résultat |
public static PullRequest ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The pull request number |
Résultat |
public static PullRequest ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The pull request number |
Résultat |
public static PullRequestCommits ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The pull request number |
Résultat |
public static PullRequestCommits ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The pull request number |
Résultat |
public static PullRequestFiles ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The pull request number |
Résultat |
public static PullRequestFiles ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The pull request number |
Résultat |
public static PullRequestReviewComment ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The comment number |
Résultat |
public static PullRequestReviewComment ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The comment number |
Résultat |
public static PullRequestReviewCommentReaction ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The comment number |
Résultat |
public static PullRequestReviewCommentReaction ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The comment number |
Résultat |
public static PullRequestReviewComments ( long repositoryId, int number ) : |
||
repositoryId | long | The Id of the repository |
number | int | The pull request number |
Résultat |
public static PullRequestReviewComments ( string owner, string name, int number ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The pull request number |
Résultat |
public static PullRequestReviewCommentsRepository ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static PullRequestReviewCommentsRepository ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static PullRequests ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static PullRequests ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static Reactions ( int number ) : |
||
number | int | The reaction number |
Résultat |
public static ReceivedEvents ( string user ) : |
||
user | string | The login of the user |
Résultat |
public static ReceivedEvents ( string user, bool isPublic ) : |
||
user | string | The login of the user |
isPublic | bool | Whether to return public events or not |
Résultat |
public static Reference ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Reference ( long repositoryId, string referenceName ) : |
||
repositoryId | long | The Id of the repository |
referenceName | string | The reference name |
Résultat |
public static Reference ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static Reference ( string owner, string name, string referenceName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
referenceName | string | The reference name |
Résultat |
public static ReleaseAssets ( long repositoryId, int id ) : |
||
repositoryId | long | The Id of the repository |
id | int | The id of the release |
Résultat |
public static ReleaseAssets ( string owner, string name, int id ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The id of the release |
Résultat |
public static Releases ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static Releases ( long repositoryId, int id ) : |
||
repositoryId | long | The Id of the repository |
id | int | The id of the release |
Résultat |
public static Releases ( string owner, string name ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat |
public static Releases ( string owner, string name, int id ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The id of the release |
Résultat |
public static RepoBranch ( long repositoryId, string branchName ) : |
||
repositoryId | long | The Id of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoBranch ( string owner, string name, string branchName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoBranchProtection ( long repositoryId, string branchName ) : |
||
repositoryId | long | The Id of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoBranchProtection ( string owner, string name, string branchName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoBranches ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static RepoBranches ( string owner, string name ) : |
||
owner | string | owner of repo |
name | string | name of repo |
Résultat |
public static RepoCollaborator ( long repositoryId, string user ) : |
||
repositoryId | long | The id of the repository |
user | string | The name of the user |
Résultat |
public static RepoCollaborator ( string owner, string repo, string user ) : |
||
owner | string | The owner of repo |
repo | string | The name of repo |
user | string | The name of user |
Résultat |
public static RepoCollaborators ( long repositoryId ) : |
||
repositoryId | long | The Id of the repository |
Résultat |
public static RepoCollaborators ( string owner, string name ) : |
||
owner | string | owner of repo |
name | string | name of repo |
Résultat |
public static RepoCompare ( long repositoryId, string @base, string head ) : |
||
repositoryId | long | The Id of the repository |
@base | string | |
head | string | The head commit |
Résultat |
public static RepoCompare ( string owner, string name, string @base, string head ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
@base | string | |
head | string | The head commit |
Résultat |
public static RepoRequiredStatusChecks ( long repositoryId, string branchName ) : |
||
repositoryId | long | The Id of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRequiredStatusChecks ( string owner, string name, string branchName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRequiredStatusChecksContexts ( long repositoryId, string branchName ) : |
||
repositoryId | long | The Id of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRequiredStatusChecksContexts ( string owner, string name, string branchName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRestrictions ( long repositoryId, string branchName ) : |
||
repositoryId | long | The Id of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRestrictions ( string owner, string name, string branchName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRestrictionsTeams ( long repositoryId, string branchName ) : |
||
repositoryId | long | The Id of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRestrictionsTeams ( string owner, string name, string branchName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRestrictionsUsers ( long repositoryId, string branchName ) : |
||
repositoryId | long | The Id of the repository |
branchName | string | The name of the branch |
Résultat |
public static RepoRestrictionsUsers ( string owner, string name, string branchName ) : |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
branchName | string | The name of the branch |
Résultat |
public static Repositories ( string login ) : Uri | ||
login | string | The login for the user |
Résultat | Uri |
public static Repository ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static Repository ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryArchiveLink ( long repositoryId, ArchiveFormat archiveFormat, string reference ) : Uri | ||
repositoryId | long | The Id of the repository |
archiveFormat | ArchiveFormat | The format of the archive. Can be either tarball or zipball |
reference | string | A valid Git reference. |
Résultat | Uri |
public static RepositoryArchiveLink ( string owner, string name, ArchiveFormat archiveFormat, string reference ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
archiveFormat | ArchiveFormat | The format of the archive. Can be either tarball or zipball |
reference | string | A valid Git reference. |
Résultat | Uri |
public static RepositoryCommit ( long repositoryId, string reference ) : Uri | ||
repositoryId | long | The Id of the repository |
reference | string | The commit reference (SHA) |
Résultat | Uri |
public static RepositoryCommit ( string owner, string name, string reference ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The commit reference (SHA) |
Résultat | Uri |
public static RepositoryCommits ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryCommits ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryContent ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryContent ( long repositoryId, string path ) : Uri | ||
repositoryId | long | The Id of the repository |
path | string | The path of the contents to get |
Résultat | Uri |
public static RepositoryContent ( long repositoryId, string path, string reference ) : Uri | ||
repositoryId | long | The Id of the repository |
path | string | The path of the contents to get |
reference | string | The name of the commit/branch/tag. Default: the repository’s default branch (usually master) |
Résultat | Uri |
public static RepositoryContent ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryContent ( string owner, string name, string path ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
path | string | The path of the contents to get |
Résultat | Uri |
public static RepositoryContent ( string owner, string name, string path, string reference ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
path | string | The path of the contents to get |
reference | string | The name of the commit/branch/tag. Default: the repository’s default branch (usually master) |
Résultat | Uri |
public static RepositoryContributors ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryContributors ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryDeployKey ( long repositoryId, int number ) : Uri | ||
repositoryId | long | The Id of the repository |
number | int | The id of the deploy key of the repository |
Résultat | Uri |
public static RepositoryDeployKey ( string owner, string name, int number ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The id of the deploy key of the repository |
Résultat | Uri |
public static RepositoryDeployKeys ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryDeployKeys ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryForks ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryForks ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryHookById ( long repositoryId, int hookId ) : Uri | ||
repositoryId | long | The Id of the repository |
hookId | int | The identifier of the repository hook |
Résultat | Uri |
public static RepositoryHookById ( string owner, string name, int hookId ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
hookId | int | The identifier of the repository hook |
Résultat | Uri |
public static RepositoryHookPing ( long repositoryId, int hookId ) : Uri | ||
repositoryId | long | The Id of the repository |
hookId | int | The identifier of the repository hook |
Résultat | Uri |
public static RepositoryHookPing ( string owner, string name, int hookId ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
hookId | int | The identifier of the repository hook |
Résultat | Uri |
public static RepositoryHookTest ( long repositoryId, int hookId ) : Uri | ||
repositoryId | long | The Id of the repository |
hookId | int | The identifier of the repository hook |
Résultat | Uri |
public static RepositoryHookTest ( string owner, string name, int hookId ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
hookId | int | The identifier of the repository hook |
Résultat | Uri |
public static RepositoryHooks ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryHooks ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryInvitations ( long repositoryId ) : Uri | ||
repositoryId | long | The id of the repository |
Résultat | Uri |
public static RepositoryInvitations ( long repositoryId, int invitationId ) : Uri | ||
repositoryId | long | The id of the repository |
invitationId | int | The id of the invitation |
Résultat | Uri |
public static RepositoryLanguages ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryLanguages ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryPage ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryPage ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryPageBuilds ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryPageBuilds ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryPageBuildsLatest ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryPageBuildsLatest ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryReadme ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryReadme ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryTags ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryTags ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryTeams ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static RepositoryTeams ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static RepositoryTrafficClones ( long repositoryId ) : Uri | ||
repositoryId | long | The id of the repository |
Résultat | Uri |
public static RepositoryTrafficClones ( string owner, string repo ) : Uri | ||
owner | string | The owner of repo |
repo | string | The name of repo |
Résultat | Uri |
public static RepositoryTrafficPaths ( long repositoryId ) : Uri | ||
repositoryId | long | The id of the repository |
Résultat | Uri |
public static RepositoryTrafficPaths ( string owner, string repo ) : Uri | ||
owner | string | The owner of repo |
repo | string | The name of repo |
Résultat | Uri |
public static RepositoryTrafficReferrers ( long repositoryId ) : Uri | ||
repositoryId | long | The id of the repository |
Résultat | Uri |
public static RepositoryTrafficReferrers ( string owner, string repo ) : Uri | ||
owner | string | The owner of repo |
repo | string | The name of repo |
Résultat | Uri |
public static RepositoryTrafficViews ( long repositoryId ) : Uri | ||
repositoryId | long | The id of the repository |
Résultat | Uri |
public static RepositoryTrafficViews ( string owner, string repo ) : Uri | ||
owner | string | The owner of repo |
repo | string | The name of repo |
Résultat | Uri |
public static SshKeys ( string login ) : Uri | ||
login | string | The login for the user |
Résultat | Uri |
public static StarGist ( string id ) : Uri | ||
id | string | The id of the gist |
Résultat | Uri |
public static Stargazers ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static Stargazers ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static Starred ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static StarredByUser ( string user ) : Uri | ||
user | string | The user that has the stars |
Résultat | Uri |
public static StatsCodeFrequency ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static StatsCodeFrequency ( string owner, string name ) : Uri | ||
owner | string | Owner of the repository |
name | string | Name of the repository |
Résultat | Uri |
public static StatsCommitActivity ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static StatsCommitActivity ( string owner, string name ) : Uri | ||
owner | string | Owner of the repository |
name | string | Name of the repository |
Résultat | Uri |
public static StatsContributors ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static StatsContributors ( string owner, string name ) : Uri | ||
owner | string | Owner of the repository |
name | string | Name of the repository |
Résultat | Uri |
public static StatsParticipation ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static StatsParticipation ( string owner, string name ) : Uri | ||
owner | string | Owner of the repository |
name | string | Name of the repository |
Résultat | Uri |
public static StatsPunchCard ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static StatsPunchCard ( string owner, string name ) : Uri | ||
owner | string | Owner of the repository |
name | string | Name of the repository |
Résultat | Uri |
public static Tag ( long repositoryId, string reference ) : Uri | ||
repositoryId | long | The Id of the repository |
reference | string | The tag reference (SHA) |
Résultat | Uri |
public static Tag ( string owner, string name, string reference ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The tag reference (SHA) |
Résultat | Uri |
public static TeamMember ( int id, string login ) : Uri | ||
id | int | The team id |
login | string | The user login. |
Résultat | Uri |
public static TeamMembers ( int id ) : Uri | ||
id | int | The team id |
Résultat | Uri |
public static TeamRepositories ( int id ) : Uri | ||
id | int | The team id |
Résultat | Uri |
public static TeamRepository ( int id, string organization, string repoName ) : Uri | ||
id | int | The team id |
organization | string | The organization id |
repoName | string | The repository name |
Résultat | Uri |
public static Teams ( int id ) : Uri | ||
id | int | The id of the |
Résultat | Uri |
public static Tree ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static Tree ( long repositoryId, string reference ) : Uri | ||
repositoryId | long | The Id of the repository |
reference | string | The tree reference (SHA) |
Résultat | Uri |
public static Tree ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static Tree ( string owner, string name, string reference ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The tree reference (SHA) |
Résultat | Uri |
public static TreeRecursive ( long repositoryId, string reference ) : Uri | ||
repositoryId | long | The Id of the repository |
reference | string | The tree reference (SHA) |
Résultat | Uri |
public static TreeRecursive ( string owner, string name, string reference ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
reference | string | The tree reference (SHA) |
Résultat | Uri |
public static User ( string login ) : Uri | ||
login | string | Name of the user |
Résultat | Uri |
public static UserAdministration ( string login ) : Uri | ||
login | string | |
Résultat | Uri |
public static UserAdministrationAuthorization ( string login ) : Uri | ||
login | string | |
Résultat | Uri |
public static UserAdministrationPublicKeys ( ) : Uri | ||
Résultat | Uri |
public static UserAdministrationPublicKeys ( int keyId ) : Uri | ||
keyId | int | |
Résultat | Uri |
public static UserAdministrationSiteAdmin ( string login ) : Uri | ||
login | string | The login for the intended user. |
Résultat | Uri |
public static UserAdministrationSuspension ( string login ) : Uri | ||
login | string | The login for the intended user. |
Résultat | Uri |
public static UserInvitations ( int invitationId ) : Uri | ||
invitationId | int | The id of the invitation |
Résultat | Uri |
public static UserOrganizations ( string login ) : Uri | ||
login | string | The login for the user |
Résultat | Uri |
public static UsersGists ( string user ) : Uri | ||
user | string | The user to search for |
Résultat | Uri |
public static Watched ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static Watched ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |
public static WatchedByUser ( string user ) : Uri | ||
user | string | The user that has the watches |
Résultat | Uri |
public static Watchers ( long repositoryId ) : Uri | ||
repositoryId | long | The Id of the repository |
Résultat | Uri |
public static Watchers ( string owner, string name ) : Uri | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
Résultat | Uri |