public NFLSportsFeedsClient(string apiKey, string password) : base(apiKey, password) { string baseUrl = "https://api.mysportsfeeds.com/v2.1"; mySportsFeedsApi = RestService.For <IMySportsFeeds>(baseUrl); }
public MLBSportsFeedsClient(string apiKey, string password) : base(apiKey, password) { string baseUrl = "https://api.mysportsfeeds.com/v1.2/"; mlbSportsFeed = RestService.For <IMySportsFeeds>(baseUrl); }