C# Класс Tumblr.Universal.Core.EndpointManager

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

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

Метод Описание
AddEndpoint ( string identifier, string endpoint ) : void

Allows for the addition of a undocumented/custom endpoint.

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

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

Allows for the addition of a undocumented/custom endpoint.
public static AddEndpoint ( string identifier, string endpoint ) : void
identifier string A short name of the endpoint. Must be uppercase. Eg. 'DASHBOARD'.
endpoint string The endpoint (not including the base hostname). Eg. '/dashboard'.
Результат void