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

Exibir arquivo Open project: michelsalib/Gi7

Public Methods

Method 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 method

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
return void