C# 클래스 Podio.API.Services.EmbedService

파일 보기 프로젝트 열기: kasperbumbech/Podio.API-for-.NET

공개 메소드들

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