Changelog

improved

KMM SDK v0.2.0

  1. Changed and simplified sdk.discussions() method parameters and return types
improved

JS SDK v1.108.0

The configuration for odd client is now an object where name and credentials are required. More information here

improved

KMM SDK v0.1.0

  1. New method sdk.football().getTeamForm()
  2. Changed and simplified sdk.football() method parameters
improved

KMM SDK v0.0.7

  1. Added disable cache to Top X and Match Quiz methods
  2. Improved methods signatures to Top X and Match Quiz
  3. Removed unnecessary filters
improved

KMM SDK v0.0.6

  1. Changed LocalDateTime to Instant
  2. Changed LocalDate to Instant with custom Serializer
  3. Removed internal annotations
added

KMM SDK v0.0.5

  1. Added method - sdk.loyalty().getOwnRankings(rankType: RankType?, typeId: String?, limit: Int?, page: Int?, disableCache: Boolean?)
  2. Added helper method - sdk.predictor().helpers().calculateOneXTwoFromScores(MatchSummary: matchSummary)
  3. Added helper method - sdk.topX().helpers().findCurrentGame(List<Game>: games)
  4. Added helper method - sdk.topX().helpers().findLastGame(List<Game>: games)
  5. Added method - sdk.topX().getMarketsResultsForGame(List<Game>: games)
added

JS SDK v1.106.0

  1. 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.
  2. New property in SDK configuration oddClient and new namespace called Odds