Skip to content

Commit c93fc5d

Browse files
authored
Merge pull request #255 from darlhz/patch-1
Update CustomizingNetworkingBackend.md
2 parents a9b6828 + b58414a commit c93fc5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/CustomizingNetworkingBackend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
APIKit uses `URLSession` as networking backend by default. Since `Session` has abstraction layer of backend called `SessionAdapter`, you can change the backend of `Session` like below:
44

55
- Third party HTTP client like [Alamofire](https://github.com/Alamofire/Alamofire)
6-
- Mock backend like [`TestSessionAdapter`](../Tests/APIKit/TestComponents/TestSessionAdapter.swift)
6+
- Mock backend like [`TestSessionAdapter`](../Tests/APIKitTests/TestComponents/TestSessionAdapter.swift)
77
- `URLSession` with custom configuration and delegate
88

99
Demo implementation of Alamofire adapter is available [here](https://github.com/ishkawa/APIKit-AlamofireAdapter).

0 commit comments

Comments
 (0)