C# Class Podio.API.Services.EmbedService

ファイルを表示 Open project: kasperbumbech/Podio.API-for-.NET

Public Methods

Method Description
AddAnEmbed ( string url ) : Podio.API.Model.Embed

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

EmbedService ( Client client ) : Podio.API.Model

Add a client and you can use this as a shortcut to the Podio REST API

Method Details

AddAnEmbed() public method

https://developers.podio.com/doc/embeds/add-an-embed-726483
public AddAnEmbed ( string url ) : Podio.API.Model.Embed
url string
return Podio.API.Model.Embed

EmbedService() public method

Add a client and you can use this as a shortcut to the Podio REST API
public EmbedService ( Client client ) : Podio.API.Model
client Client
return Podio.API.Model