Package com.podio.embed
Class EmbedAPI
- java.lang.Object
-
- com.podio.BaseAPI
-
- com.podio.embed.EmbedAPI
-
public class EmbedAPI extends BaseAPI
Embeds are links shared by users in statuses, conversations and comments. One or more embeds are also referred when creating items with an embed file type.
-
-
Constructor Summary
Constructors Constructor Description EmbedAPI(ResourceFactory resourceFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbedcreateEmbed(String url)Grabs metadata and returns metadata for the given url such as title, description and thumbnails.-
Methods inherited from class com.podio.BaseAPI
getResourceFactory
-
-
-
-
Constructor Detail
-
EmbedAPI
public EmbedAPI(ResourceFactory resourceFactory)
-
-