hunter v0.1.0 Hunter.Card

Card entity

This module defines a Hunter.Card struct and the main functions for working with Cards

Fields

  • url- The url associated with the card
  • title - The title of the card
  • description - The card description
  • image - The image associated with the card, if any

Summary

Types

t()
t() :: %Hunter.Card{description: String.t, image: String.t, title: String.t, url: URI.t}