API Design for Distributed Systems · Further reading
1 min readRapid overview
Further reading
- HelloInterview — API Design
- Stripe API reference — idempotent requests, the canonical public implementation
- Google Cloud API Design Guide — the most complete public style guide for resource-oriented APIs
- RFC 9457 — Problem Details for HTTP APIs, a standard error body shape
- Use The Index, Luke — on keyset pagination and why offset degrades