Currently the only way to export a Vassal League season is by converting it to CSV. However, that doesn't work for the old list juggler seasons which instead just throw a 500 error (NoMethodError (undefined method `id' for nil:NilClass).
There are a couple TODO items:
Fix it so that old seasons can be exported without error
Import the full data on the old seasons from the ListJuggler mysql dump Sozin sent me
and/or finish writing an API to export league data so consumers don't have to parse a csv.
Currently the only way to export a Vassal League season is by converting it to CSV. However, that doesn't work for the old list juggler seasons which instead just throw a 500 error (NoMethodError (undefined method `id' for nil:NilClass).
There are a couple TODO items: Fix it so that old seasons can be exported without error Import the full data on the old seasons from the ListJuggler mysql dump Sozin sent me and/or finish writing an API to export league data so consumers don't have to parse a csv.