C# 클래스 PodioAPI.Services.EmbedService

파일 보기 프로젝트 열기: podio/podio-dotnet

공개 메소드들

메소드 설명
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