C# 클래스 trellow.api.Checklists.Internal.ChecklistsRequest

상속: RestSharp.RestRequest
파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
ChecklistsRequest ( IChecklistId checklist, string resource = "", Method method = Method.GET ) : RestSharp
ChecklistsRequest ( string checkListId, string resource = "", Method method = Method.GET ) : RestSharp

메소드 상세

ChecklistsRequest() 공개 메소드

public ChecklistsRequest ( IChecklistId checklist, string resource = "", Method method = Method.GET ) : RestSharp
checklist IChecklistId
resource string
method Method
리턴 RestSharp

ChecklistsRequest() 공개 메소드

public ChecklistsRequest ( string checkListId, string resource = "", Method method = Method.GET ) : RestSharp
checkListId string
resource string
method Method
리턴 RestSharp