Closed zoedsoupe closed 1 year ago
The User API implementation was mixing the public API interface with request/endpoints logic
So I decided to follow the Admin API and use a handler module to interact direct with the API and the public interface only works as glue code.
Problem
The User API implementation was mixing the public API interface with request/endpoints logic
Solution
So I decided to follow the Admin API and use a handler module to interact direct with the API and the public interface only works as glue code.
Rationale