C# Класс trellow.api.Boards.Internal.BoardsRequest

Наследование: RestSharp.RestRequest
Показать файл Открыть проект

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

Метод Описание
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