C# 클래스 Pathoschild.FluentJira.JiraClient

Sends HTTP requests and receives responses from a JIRA REST API.
상속: FluentClient
파일 보기 프로젝트 열기: Pathoschild/FluentJira

공개 메소드들

메소드 설명
JiraClient ( string baseUrl ) : System

Construct an instance.

JiraClient ( string baseUrl, string username, string password ) : System

Construct an instance.

This adds headers for basic authentication. You can provide your own authentication mechanism through the JiraClient.BaseClient.

메소드 상세

JiraClient() 공개 메소드

Construct an instance.
public JiraClient ( string baseUrl ) : System
baseUrl string The URL of the JIRA API, including the version (like http://*/rest/api/latest/).
리턴 System

JiraClient() 공개 메소드

Construct an instance.
This adds headers for basic authentication. You can provide your own authentication mechanism through the JiraClient.BaseClient.
public JiraClient ( string baseUrl, string username, string password ) : System
baseUrl string The URL of the JIRA API, including the version (like http://*/rest/api/latest/).
username string The JIRA username with which to log in.
password string The JIRA password with which to log in.
리턴 System