Best Practices for Designing a Pragmatic RESTful API
https://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api
#rest #restful #api #ApiDesign #BestPractices #articles
HTTP PUT versus POST
The difference between POST and PUT is that PUT requests are idempotent. That is, calling the same PUT request multiple times will always produce the same result. In contrast, calling a POST request repeatedly have side effects of creating the same resource multiple times.
#rest #BestPractices #ApiDesign #tips
hoppscotch is an Open Source API Development Ecosystem
#apps #tools #devex #api #ApiDesign #ApiDevelopment