Java wrapper for MySportsFeed API
Does not contain credentials required for authentication.
You can sign up for API access at https://www.mysportsfeeds.com/index.php/register/
Initializing MySportsFeeds object with the version as parameters
MySportsFeeds mysportsfeeds = new MySportsFeeds(version#);
Authenticate using MySportsFeeds API credentials
mysportsfeeds.authenticate("username", "password");
Requests can be made using .get()
mysportsfeeds.get("MLB", "2017-regular", "scoreboard", "json", "fordate=20170721");
gets the 07/21/2017 scoreboard from the MLB 2017 regular season in json format
supported formats are .json
.csv
.xml