The current implementation keeps the HTTP REST API tightly coupled with the API endpoints. If other transport protocols are to be implemented with pallium this needs to abstracted. Any processing of user input needs to be separated and called from the HTTP handler functions.
The current implementation keeps the HTTP REST API tightly coupled with the API endpoints. If other transport protocols are to be implemented with pallium this needs to abstracted. Any processing of user input needs to be separated and called from the HTTP handler functions.