Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/wibosco/MakingRequests-Example.svg)](https://travis-ci.org/wibosco/MakingRequests-Example)
Swift
Twitter: @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, as shown in this article - https://williamboles.com/making-a-request-with-a-side-of-testing/