C# Класс Podio.API.Services.EmbedService

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

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

Метод Описание
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

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

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

https://developers.podio.com/doc/embeds/add-an-embed-726483
public AddAnEmbed ( string url ) : Podio.API.Model.Embed
url string
Результат Podio.API.Model.Embed

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

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
Результат Podio.API.Model