Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T20:58:22.000Z (over 2 years ago)
- Last Synced: 2024-11-22T18:49:08.375Z (3 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
[![Build Status](https://travis-ci.org/wibosco/MakingRequests-Example.svg)](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/