C# Class Gi7.Client.Request.Issue.IssueFunctions

Afficher le fichier Open project: michelsalib/Gi7

Méthodes publiques

Méthode Description
CreateIssue ( IGitHubClient gitHubClient, string title, string repo, string username, string body = "" ) : void

Creates a new issue with the passed user in the passed repo

Method Details

CreateIssue() public static méthode

Creates a new issue with the passed user in the passed repo
public static CreateIssue ( IGitHubClient gitHubClient, string title, string repo, string username, string body = "" ) : void
gitHubClient IGitHubClient GitHub Client. Is genereated in the GithubService class
title string Title of the Issue. This is mandatory
repo string Name of the repository
username string usename of the sending user. mail address won't work
body string Description of the issue
Résultat void