Packages

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

Current section

Files

Jump to
uof_api lib uof api mappings result_change.ex
Raw

lib/uof/api/mappings/result_change.ex

defmodule UOF.API.Mappings.ResultChange do
@moduledoc false
use Saxaboom.Mapper
document do
attribute(:sport_event_id)
attribute(:update_time)
end
end