Packages

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

Current section

Files

Jump to
uof_api lib uof api mappings tv_channel.ex
Raw

lib/uof/api/mappings/tv_channel.ex

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