When your system’s API isn’t RESTful, standard ways of grouping actions based on data resources and routing are not guaranteed – if at all considered. Note: I’ll use PHP scripts as an example, but the points aren’t limited to that language. Worst case An API endpoint for your system is a separate file (like getPosts.php)...
Read More