API REST - How to write good APIs
ยท 10 min read
When developing APIs from scratch, you can do it in the mode I get behind the PC and start programming or I learn about the standards first and then program in compliance with these standards.
And if we lose sight of these norms, we quickly come back to writing endpoints like /articles/insert
that are semantically incorrect (and even stupid). In fact, we'll never GET
here.
The purpose of the article below is to list best practices by way of examples.