runboat
runboat copied to clipboard
Improve API error handling
Currently, most client error end up in 500 Internal Server Error. They must be handled properly in api.py
to return 400 instead.