Packages

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

Current section

Files

Jump to
uof_api lib uof api mappings reference.ex
Raw

lib/uof/api/mappings/reference.ex

defmodule UOF.API.Mappings.Reference do
@moduledoc false
use Saxaboom.Mapper
document do
attribute(:name)
attribute(:value)
end
end