REST APIs follow certain conventions which makes their behaviour predictable. Want to add a new comment to a post? The route and method will be “POST posts/:postId/comments”, for example.
A “regular” API doesn’t necessarily follow any established conventions
Latest Answers