pebble-dev / rebblestore-api

Rebble Store api code.
MIT License
39 stars 8 forks source link

Convert handlers to use new format #19

Closed phpeter closed 7 years ago

phpeter commented 7 years ago

AppHandler and AppsHandler now use the new "routehandler" format, they no longer create connections to the DB, but use the DB passed through the context. They also return status codes and error objects rather than logging it themselves (or calling log.Fatal and crashing the server 😁).