C# Class Podio.API.Services.EmbedService

Afficher le fichier Open project: kasperbumbech/Podio.API-for-.NET

Méthodes publiques

Méthode 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 méthode

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

EmbedService() public méthode

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
Résultat Podio.API.Model