Allow some easy way to extend the api endpoints and functionality. Provide a `custom/` endpoint and allow to mount on that. Something like: ``` const halApi = new HalApi() halApi.registerRoute((route, req, res) => { // rasp-pi stuff }) ```