which one is best to implement Rest API for mobile app And Web client using nodejs?
1. Different API used for mobile and web
Mobile App API:
/api/v1/mobile/userLogin
Web Client API:
/api/v1/mobile/userLogin
2.Same API for Mobile & Web /api/v1/userLogin
This is my API concept any one give suggestion or information to help with us!
Both api or same functionality but different our platform i.e(mobile & web)
which one is used to better 1st or 2nd ?