C# 클래스 trellow.api.Boards.Internal.BoardsRequest

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

공개 메소드들

메소드 설명
BoardsRequest ( IBoardId board, string resource = "", Method method = Method.GET ) : RestSharp
BoardsRequest ( string boardId, string resource = "", Method method = Method.GET ) : RestSharp

메소드 상세

BoardsRequest() 공개 메소드

public BoardsRequest ( IBoardId board, string resource = "", Method method = Method.GET ) : RestSharp
board IBoardId
resource string
method Method
리턴 RestSharp

BoardsRequest() 공개 메소드

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