You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renaming class SportsInfoProvider to SportDataProvider
renaming method UofSdk.getSportsInfoProvider to UofSdk.getSportDataProvider
renaming OddsFeed to uofSdk
renaming OddsFeedSession to UofSession
renaming OddsFeedSessionBuilder to UofSessionBuilder
renaming OddsFeedListener to UofListener
renaming OddsFeedConfigurationBuilder to UofConfigurationBuilder
renaming UofSdk.getOddsFeedConfigurationBuilder to UofConfigurationBuilder
renaming OddsFeedException to UofException
renaming ReplayOddsFeed to UofSdkForReplay
removed OperationManager
Venue can now contain multiple courses, each with holes, id, and name translations.
venue.getCourses signature was changed from returning List to List to accommodate multiple courses and carry additionally id and name for each of them. Corresponding changes were made to ExportableCompetitorCi
teamCompetitor.getDivision method was moved up in the inheritance hierarchy to competitorCi and its signature was changed from returning Integer to Division in order for Decision to also carry division name. Corresponding changes were made to ExportableCompetitorCi
timelineEvent.getHomeScore and timelineEvent.getAwayScore signatures were changed from returning double to BigDecimal to make these methods return types consistent with other occurrences of these same methods elsewhere in the SDK API. Corresponding changes were made to ExportableTimelineEventCi
removed round.getGroupName along with corresponding adjustments in ExportableCompleteRoundCi and ExportableLoadableRoundCi
round.getName, round.getNames and round.getPhaseOrGroupLongName are backed by their own corresponding attributes "name" and "group_name" only in the Sports API responses, and no longer falls back to other attributes.