gameday_api icon indicating copy to clipboard operation
gameday_api copied to clipboard

A Ruby API for using the Major League Baseball Gameday statistics data. MLB provides very deep statistics for all major league baseball games through Gameday. Statistics include not only the typical...

Results 3 gameday_api issues
Sort by recently updated
recently updated
newest added

I'm trying to run the db importer and I'm running into issues. It seems to be trying to insert into tables that weren't created by the db_structure.sql. I have 8...

hey Timothy and all, I was running into some errors relating to hpricot when installing the scorecard gem I worked out on some Windows versions, and came across this: https://github.com/hpricot/hpricot/commit/ed79ca369ccb42c0858f2e0a2f9403e2eb57937b...

Would it be possible to move all of the classes inside of a Gameday module? Right now it sort o clobbers everything in a global namespace. I'd be happy to...