Idempotency
Idempotency
A property where making the same request multiple times produces the same result as making it once. Important for safe retries on POST operations.
Related Terms
- API (Application Programming Interface)
- REST (Representational State Transfer)
- GraphQL
- SOAP (Simple Object Access Protocol)
- gRPC