Rest API Flashcards

1
Q

Idempotency

A

idempotence in REST APIs ensures that the same request can be made multiple times without changing the system’s state beyond the effect of the first request. It promotes reliability and predictability in API interactions, making them suitable for distributed and fault-tolerant systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly