ReqEmbed.Link (ReqEmbed v0.1.2)
View SourceGeneric embed data type.
The simplest type that allows a provider to return any generic embed data without providing either the url or html parameters.
Spec: 2.3.4.3. The link type
These are the common fields that all oEmbed response types may include:
type
(required) - The resource type. Valid values are: photo, video, link, richversion
(required) - The oEmbed version number. Must be "1.0"title
(optional) - A text title describing the resourceauthor_name
(optional) - The name of the author/owner of the resourceauthor_url
(optional) - A URL for the author/owner of the resourceprovider_name
(optional) - The name of the resource providerprovider_url
(optional) - The url of the resource providercache_age
(optional) - The suggested cache lifetime for this resource, in secondsthumbnail_url
(optional) - A URL to a thumbnail image representing the resourcethumbnail_width
(optional) - The width of the optional thumbnailthumbnail_height
(optional) - The height of the optional thumbnail