Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
efcasado committed May 11, 2024
1 parent c4e31f7 commit a2f828e
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions lib/uof/api/descriptions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,6 @@ defmodule UOF.API.Descriptions do
HTTP.get(%UOF.API.Mappings.MarketDescriptions{}, endpoint)
end

# @doc """
# Describe all sport-specific match status codes used during live matches in
# `odds_change` messages.
# """
# def match_statuses(lang \\ "en") do
# endpoint = ["descriptions", lang, "match_status.xml"]

# HTTP.get(%UOF.API.Mappings.MatchStatusDescriptions{}, endpoint)
# end

# @doc """
# Describe all bet stop reasons.
# """
# @spec betstop_reasons :: {:ok, UOF.API.Mappings.BetStopReasonDescription.t()}
# def betstop_reasons do
# endpoint = ["descriptions", "betstop_reasons.xml"]

# HTTP.get(%UOF.API.Mappings.BetStopReasonDescriptions{}, endpoint)
# end

# @doc """
# Describes all betting statuses used in `odds_change` messages.
# """
# def betting_statuses do
# endpoint = ["descriptions", "betting_status.xml"]

# HTTP.get(%UOF.API.Mappings.BettingStatusDescriptions{}, endpoint)
# end

@doc """
Get a list of all variants and which markets they are used for.
"""
Expand Down

0 comments on commit a2f828e

Please sign in to comment.