Commit Graph

14 Commits

Author SHA1 Message Date
Jannik 754c8cb17b
clean up APICOntroller & new CacheController
* added a CacheController to hold all cache variables and clean up the APIController
* more consistent naming of variables
* update mensaMenu and courseList only if the request was successful
2019-05-28 12:49:25 +02:00
Jannik 9efc7fe4b7
cacth all exceptions in MensaParser
there are many things that can go wrong
2019-05-25 20:23:31 +02:00
Jannik e804774970
cover some timeouts 2019-05-25 19:37:04 +02:00
Jannik 62ad7a3b36
courses is now CourseList, added lessonSubjectList & lesson request
closes #1, #2
2019-05-23 14:56:16 +02:00
Jannik aa48668af1 fixed wrong lessonID 2019-04-06 11:33:21 +02:00
Jannik 8dd385e52a removed requestCount from /status 2019-03-18 19:28:27 +01:00
Jannik cef6e84e37 added request counter 2019-03-18 19:11:20 +01:00
Jannik cf0327bc88 added initial delay for scheduled updates 2019-03-18 16:13:13 +01:00
Jannik 08b6b2603f update to 1.0.1
* added some config lines
2019-03-17 00:33:18 +01:00
Jannik f9f0564a91 time is now updateTime 2019-03-16 00:00:34 +01:00
Jannik ecfc1356ee the /timetable request needs a week now 2019-03-15 23:57:31 +01:00
Jannik f2c1f2bc58 update all existing courses every 3 hours & some clean up 2019-03-13 19:12:05 +01:00
Jannik 6de94be329 update coursesList and mensa every 24/6 hours & added status page
* the status page shows the latest updates and the http staus of the hso and swfr sites
2019-03-13 15:13:53 +01:00
Jannik 6f2bed65ab added spring and a API specific stuff
this commit adds a fully working API wit /courses, /timetable?courseName=[course] and /mensamenu
2019-03-12 22:06:04 +01:00