Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit caa5aae

Browse files
committed
Update README.md
1 parent 466f450 commit caa5aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ All headers for a request have to conform to the interface [**IRequestHeader**](
4949
The example implemetation for content type headers is here [**ContentType.swift**](https://github.com/The-Igor/d3-network-service/blob/main/Sources/d3-network-service/enum/ContentType.swift)
5050

5151
### Logger
52-
Use [**ServiceLogger**](https://github.com/The-Igor/d3-network-service/blob/main/Sources/d3-network-service/log/ServiceLogger.swift) if you don't need some specifics in terms of data from requests and responses or define your own with interface [**ILogger**](https://github.com/The-Igor/d3-network-service/blob/main/Sources/d3-network-service/protocol/ILogger.swift)
52+
Use [**ServiceLogger**](https://github.com/The-Igor/d3-network-service/blob/main/Sources/d3-network-service/log/ServiceLogger.swift) if you don't need some specific data from **URLResponse** and **URLResponse** or define your own with interface [**ILogger**](https://github.com/The-Igor/d3-network-service/blob/main/Sources/d3-network-service/protocol/ILogger.swift)
5353
## 2. REST API for endpoint
5454
Define endpoint API **enum**
5555
```swift

0 commit comments

Comments
 (0)