Packages

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

Current section

Files

Jump to
uof_api lib uof api mappings player_profile.ex
Raw

lib/uof/api/mappings/player_profile.ex

defmodule UOF.API.Mappings.PlayerProfile do
@moduledoc false
use Saxaboom.Mapper
alias UOF.API.Mappings.Player
document do
element(:player, into: %Player{})
end
end