ExMicrolink.Response (ex_microlink v0.1.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExMicrolink.Response{
  author: String.t() | nil,
  content_length: String.t() | nil,
  content_type: String.t() | nil,
  date: String.t() | nil,
  description: String.t() | nil,
  error: String.t() | nil,
  iframe: map() | nil,
  image: map() | nil,
  lang: String.t() | nil,
  logo: map() | nil,
  publisher: String.t() | nil,
  screenshot: map() | nil,
  status: integer(),
  title: String.t() | nil,
  url: String.t() | nil
}