Packages

An Elixir client for Betradar's Unified Odds Feed (UOF) API

Current section

Files

Jump to
uof_api lib uof api mappings jersey.ex
Raw

lib/uof/api/mappings/jersey.ex

defmodule UOF.API.Mappings.Jersey do
@moduledoc false
use Saxaboom.Mapper
document do
attribute(:type)
attribute(:base)
attribute(:sleeve)
attribute(:number)
attribute(:stripes, cast: :boolean)
attribute(:horizontal_stripes, cast: :boolean)
attribute(:squares, cast: :boolean)
attribute(:split, cast: :boolean)
attribute(:shirt_type)
end
end