File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ URLSession + Combine + Generics + Protocols = Networking.
37
37
- [x] Build a concise Api
38
38
- [x] Automatically map your models
39
39
- [x] Uses latest Apple's [ Combine] ( https://developer.apple.com/documentation/combine ) / asyn-await
40
- - [x] Compatible with native ` Codable ` and any JSON Parser
40
+ - [x] Compatible with native ` Decodable ` and any JSON Parser
41
41
- [x] Embarks a built-in network logger
42
42
- [x] Pure Swift, simple, lightweight & 0 dependencies
43
43
@@ -232,7 +232,7 @@ This will forward your calls to the underlying client so that your only have to
232
232
233
233
Given an ` Article ` model
234
234
``` swift
235
- struct Article : Codable {
235
+ struct Article : DeCodable {
236
236
let id: String
237
237
let title: String
238
238
let content: String
You can’t perform that action at this time.
0 commit comments