REST API Idempotency - what is it and why does it matter?
Rest API idempotency simply states, that calling a request multiple times has the same effect, as calling it once.
In other words GET /books should return the same collection of books, even when I call it a second time right after it.
Think about thi...
royalzsoftware.hashnode.dev1 min read