C# Class PodioAPI.Services.EmbedService

Mostrar archivo Open project: podio/podio-dotnet

Public Methods

Method Description
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

Method Details

AddAnEmbed() public method

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") ///
return Task

EmbedService() public method

public EmbedService ( Podio currentInstance ) : PodioAPI.Models
currentInstance Podio
return PodioAPI.Models