File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ public class ApiClient(HttpClient client)
75
75
76
76
## Key Features
77
77
78
- ✅ ** Zero Configuration** - Works out of the box
79
- ✅ ** Resilience** - Retry + Circuit breaker
80
- ✅ ** Caching** - Intelligent HTTP response caching
81
- ✅ ** Universal Handlers** - Non-generic response handling for REST APIs
82
- ✅ ** HttpClient Substitution** - Switch between cached/non-cached implementations
83
- ✅ ** Production Ready** - Used by companies in production
78
+ - ** Zero Configuration** – Works out of the box
79
+ - ** Resilience** – Retry + Circuit breaker
80
+ - ** Caching** – Intelligent HTTP response caching
81
+ - ** Universal Handlers** – Non-generic response handling for REST APIs
82
+ - ** HttpClient Substitution** – Switch between cached/non-cached implementations
83
+ - ** Production Ready** – Used by companies in production
84
84
85
85
> 📖 ** Full Feature List** : [ Documentation] ( docs/README.md#key-features )
86
86
You can’t perform that action at this time.
0 commit comments