C# Класс PodioAPI.Services.EmbedService

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

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

Метод Описание
AddAnEmbed ( string embedUrl, string mode = "immediate" ) : Task

Grabs metadata and returns metadata for the given url such as title, description and thumbnails.

Podio API Reference : https://developers.podio.com/doc/embeds/add-an-embed-726483

EmbedService ( Podio currentInstance ) : PodioAPI.Models

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

AddAnEmbed() публичный Метод

Grabs metadata and returns metadata for the given url such as title, description and thumbnails.

Podio API Reference : https://developers.podio.com/doc/embeds/add-an-embed-726483

public AddAnEmbed ( string embedUrl, string mode = "immediate" ) : Task
embedUrl string The absolute url of the link to fetch metadata for including protocol
mode string /// "immediate" if the lookup should be performed immediately, before returning from the call, or /// "delayed" if the lookup can be performed delayed (optional, default is "immediate") ///
Результат Task

EmbedService() публичный Метод

public EmbedService ( Podio currentInstance ) : PodioAPI.Models
currentInstance Podio
Результат PodioAPI.Models