I am front end developer and recently hearing these new terms (new to me). I searched Google for explanation but got more confused with multiple full forms.
- SAPI: System API/ Server API
- PAPI: Process API/ Performance API
- EAPI: Enterprise API/ Experience API
Until now, I was creating REST API end points with Node JS and Express/ Mongoose, but never felt the need to divide my API in above categories. Please guide me on when to use what and how to implement the same. TIA.