We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79acd34 + 2e60ea5 commit 7ea5c6aCopy full SHA for 7ea5c6a
README.md
@@ -10,7 +10,7 @@ To use this package, you'd to have the following main things
10
11
Confer to the protocol `URLRequestable`. This is an example of it:
12
13
-```
+```swift
14
struct ExampleRequest: URLRequestable {
15
let method: HTTPMethod
16
var parameters: [String : Any]?
@@ -40,7 +40,7 @@ struct ExampleRequest: URLRequestable {
40
41
The api client that you'll use in your logic layer would be something like this for instance:
42
43
44
// Note: JsonParser needs your domain object. The important thing is that it conforms to the `Decodable` protocol!
45
46
final class OverviewApiClient {
0 commit comments