Retrieves the timetable changes for the given day of week.
Future<Vplan> get(Weekday day) async { String response = await this.getString(day); return Parser.parse(response); }