View Source GhostContent.Author (ghost_content v0.1.0)

A ghost Author - https://ghost.org/docs/content-api/#authors

Summary

Types

@type t() :: %GhostContent.Author{
  bio: term(),
  count: term(),
  cover_image: term(),
  facebook: term(),
  id: term(),
  location: term(),
  meta_description: term(),
  meta_title: term(),
  name: term(),
  profile_image: term(),
  slug: term(),
  twitter: term(),
  url: term(),
  website: term()
}

Functions

@spec from_map!(map()) :: t()