Task based vs CRUD based in API

Task based and CRUD based are two different approaches you can encounter when you’re using an user interface. But besides the UI itself, you also have to choose between the same options when you build your API. While task based is widely adopted when we talk about UI, it’s not always the case when we talk about the API. In this post, I will present you what’s the difference between task based and CRUD based plus the benefits/drawbacks of each.
Read full post