oembed v0.4.1 OEmbed.Link View Source

oEmbed Link resource.

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

View Source

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %OEmbed.Link{
  author_name: term(),
  author_url: term(),
  cache_age: term(),
  provider_name: term(),
  provider_url: term(),
  thumbnail_height: term(),
  thumbnail_url: term(),
  thumbnail_width: term(),
  title: term(),
  type: term(),
  version: term()
}