Problem
The documented interceptor order comment at api_client.dart:25 omits CacheInterceptor, even though it is added in the chain. This causes confusion when diagnosing request/response behaviors.
Fix
Update the comment to include CacheInterceptor and keep numbering aligned with the actual addAll([...]) order.
Source
Copilot review on PR #59
Problem
The documented interceptor order comment at
api_client.dart:25omitsCacheInterceptor, even though it is added in the chain. This causes confusion when diagnosing request/response behaviors.Fix
Update the comment to include
CacheInterceptorand keep numbering aligned with the actualaddAll([...])order.Source
Copilot review on PR #59