Open-Source
Projects
Articles
.NET IdempotentAPI v2.0.0RC Supports Idempotency in a Cluster Environment
.NET IdempotentAPI 2.0.0 (Release Candidate 1) is available with bug fixes and with the support of idempotency in a Cluster Environment (i.e., a group of multiple server instanc...
.NET IdempotentAPI 1.0.0 Release Candidate
.NET IdempotentAPI 1.0.0 (Release Candidate 1) is released with many improvements 🎉✨. If concurrent requests, idempotency keys, and caching give you a headache, then it is time ...
CARE your Web APIs with Consistent and Structured Error Responses
Would you like your Web APIs to be maintainable, usable and predictable by providing consistent and structured error responses? Do you CARE about your API consumers? If yes, rea...
Idempotency for Fault-Tolerant Web APIs
Building a fault-tolerant Web API for distributed systems is challenging because of several distribution pitfalls (process failures, communication failures, etc.). However, Idem...