Packages

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

Current section

Files

Jump to
uof_api lib uof api mappings round.ex
Raw

lib/uof/api/mappings/round.ex

defmodule UOF.API.Mappings.Round do
@moduledoc false
use Saxaboom.Mapper
document do
attribute(:type)
attribute(:name)
attribute(:cup_round_matches, cast: :integer)
attribute(:cup_round_match_number, cast: :integer)
end
end