Idempotent (HTTP Methods and API)
Idempotent - Producing the same result on multiple duplicate operations. For example, multiple by zero produces the same result for any number.
Let's talk about HTTP methods first.
HTTP Methods (POST, PUT, GET, DELETE, TRACE, HEAD, OPTION, TRACE)
The...
javasystemdesign.hashnode.dev5 min read