DEV Community

Discussion on: A Simple Approach to Managing API Calls

Collapse
 
asaduzzaman69 profile image
Asaduzzaman Himel

Great Post. I am wondering where should i put my Login and signup handler. Because they are not reusable but they are related to api functionality. Any suggestion!?

Collapse
 
mmcshinsky profile image
Michael McShinsky

Yeah, you could add them in as part of the auth (namespaced) portion of your api functionality.