Improved
11 months ago by Borislav Gizdov
Added
11 months ago by Borislav Gizdov
Changed and simplified sdk.predictor(), sdk.topX(), sdk.matchQuiz() method parameters and return types
Added new methods in sdk.predictor()
getMarketSummary
getMyPredictions
getMyCurrentPredictions
getMyPastPredictions
getMyPredictionsForMatches
getUserPredictionsForMatches
getPredictionById
getPredictionsByIds
getMatchMarketsResults
getTopCorrectScores
Improved
11 months ago by Borislav Gizdov
Changed and simplified sdk.discussions() method parameters and return types
Improved
11 months ago by Viktor Yordanov
The configuration for odd client is now an object where name and credentials are required. More information here
Improved
11 months ago by Borislav Gizdov
New method sdk.football().getTeamForm()
Changed and simplified sdk.football() method parameters
Added
11 months ago by Viktor Yordanov
New method deleteData in sdk.profile.getOwn()
Fix undefined player role for fantasy prediction fixture (reference getMyPrediction() )
Improved
12 months ago by Borislav Gizdov
Added disable cache to Top X and Match Quiz methods
Improved methods signatures to Top X and Match Quiz
Removed unnecessary filters
Improved
12 months ago by Borislav Gizdov
Changed LocalDateTime to Instant
Changed LocalDate to Instant with custom Serializer
Removed internal annotations
Added
12 months ago by Borislav Gizdov
Added method - sdk.loyalty().getOwnRankings(rankType: RankType?, typeId: String?, limit: Int?, page: Int?, disableCache: Boolean?)
Added helper method - sdk.predictor().helpers().calculateOneXTwoFromScores(MatchSummary: matchSummary)
Added helper method - sdk.topX().helpers().findCurrentGame(List<Game>: games)
Added helper method - sdk.topX().helpers().findLastGame(List<Game>: games)
Added method - sdk.topX().getMarketsResultsForGame(List<Game>: games)
Added
12 months ago by Viktor Yordanov
New property in SDK configuration is available - cookieToken. The property will provide additional option for clients to use their user's token in authenticated requests. More details here .
New property in SDK configuration oddClient and new namespace called Odds