C# Class trellow.api.Boards.Internal.BoardsRequest

Inheritance: RestSharp.RestRequest
ファイルを表示 Open project: Bunk/trellow

Public Methods

Method Description
BoardsRequest ( IBoardId board, string resource = "", Method method = Method.GET ) : RestSharp
BoardsRequest ( string boardId, string resource = "", Method method = Method.GET ) : RestSharp

Method Details

BoardsRequest() public method

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

BoardsRequest() public method

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