C# Класс Gi7.Client.Request.Issue.IssueFunctions

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateIssue ( IGitHubClient gitHubClient, string title, string repo, string username, string body = "" ) : void

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

Описание методов

CreateIssue() публичный статический Метод

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
Результат void