Make Api predictable is a best practice that helps developers to keep code maintainable and avoid bugs. In the same way, Clients can use them without unexpected behaviours or pitfalls. Give back a correct HTTP status based on action outcome and message produced, it’s a good behaviour to avoid misunderstanding with Client. In this article … Continue reading "Make API predictable – HTTP Response Status Codes"
↧