Skip to content

Commit

Permalink
Update CustomizingNetworkingBackend.md
Browse files Browse the repository at this point in the history
Broken link fixed
  • Loading branch information
aki-mizu authored Mar 5, 2018
1 parent a9b6828 commit b58414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/CustomizingNetworkingBackend.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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:

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

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

0 comments on commit b58414a

Please sign in to comment.