https://github.com/wibosco/makingrequests-example
An example project to show how using custom request classes can lead to a more modular project that is easier to test
https://github.com/wibosco/makingrequests-example
nsurlsession swift unit-testing url urlrequest
Last synced: 7 months ago
JSON representation
An example project to show how using custom request classes can lead to a more modular project that is easier to test
- Host: GitHub
- URL: https://github.com/wibosco/makingrequests-example
- Owner: wibosco
- License: mit
- Created: 2016-09-17T15:37:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T20:58:22.000Z (about 3 years ago)
- Last Synced: 2025-01-23T05:30:46.501Z (9 months ago)
- Topics: nsurlsession, swift, unit-testing, url, urlrequest
- Language: Swift
- Homepage: https://williamboles.com/
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/wibosco/MakingRequests-Example)
![]()
# MakingRequests-Example
An example project to show how using custom request classes can lead to a more modular project that is easier to test, as shown in this article - https://williamboles.com/making-a-request-with-a-side-of-testing/