C# Класс System.Web.Http.TrelloWebHookClientExtensions

Показать файл Открыть проект

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

Метод Описание
CreateAsync ( this client, System.Web.Http.Routing.UrlHelper urlHelper, string modelId, string description ) : Task

Creates a WebHook subscription for Trello to send WebHooks when changes happen to a given Trello modelId.

Описание методов

CreateAsync() публичный статический Метод

Creates a WebHook subscription for Trello to send WebHooks when changes happen to a given Trello modelId.
public static CreateAsync ( this client, System.Web.Http.Routing.UrlHelper urlHelper, string modelId, string description ) : Task
client this The implementation.
urlHelper System.Web.Http.Routing.UrlHelper A used to compute the URI where WebHooks for the given will be received.
modelId string The ID of a model to watch. This can be the ID of a member, card, board, or anything that actions apply to. Any event involving this model will trigger the WebHook. An example model ID is 4d5ea62fd76aa1136000000c.
description string A description of the WebHook, for example My Trello WebHook!.
Результат Task