PinterestUrlNormalizer.Result (Pinterest URL Normalizer v0.1.0)

Copy Markdown View Source

The parsed form of a supported Pinterest URL.

Summary

Types

kind()

@type kind() :: :pin | :short | :profile | :board | :ideas

t()

@type t() :: %PinterestUrlNormalizer.Result{
  identifier: String.t(),
  kind: kind(),
  normalized_url: String.t()
}