C# Class trellow.api.Cards.Internal.CardsRequest

Inheritance: RestSharp.RestRequest
Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
CardsRequest ( ICardId card, string resource = "", Method method = Method.GET ) : RestSharp
CardsRequest ( string cardId, string resource = "", Method method = Method.GET ) : RestSharp

Method Details

CardsRequest() public méthode

public CardsRequest ( ICardId card, string resource = "", Method method = Method.GET ) : RestSharp
card ICardId
resource string
method Method
Résultat RestSharp

CardsRequest() public méthode

public CardsRequest ( string cardId, string resource = "", Method method = Method.GET ) : RestSharp
cardId string
resource string
method Method
Résultat RestSharp