- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Ivago: Simplify returned json values
Ivago: invalid parameters also return 404
I just realized this is expected behavior. The real problem here is the fact that the error system isn't specific enough at the moment, so any typo in a parameter results in a 404, instead of a…
Ivago: Simplify returned json values
Ivago: invalid parameter errors aren't handled properly
Make 404 error not return html
Make 404 error not return html
Ivago: replace String with &str wherever possible
I'm not actually sure if this has a point, gonna need to do some more research.
General error system for better status messages
General error system for better status messages
Ivago: calender ICal output
Should be simple enough to implement, we just need a way to convert from the JSON data to .ics file.