nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
501 stars 128 forks source link

Support custom NSURLSessions #41

Closed pietbrauer closed 8 years ago

pietbrauer commented 8 years ago

This adds support for custom NSURLSessions for background tasks for example or to use it within the tests which lets us stub requests much easier and less verbose.

This depends on https://github.com/nerdishbynature/RequestKit/pull/13

pietbrauer commented 8 years ago

Mainly inspired by http://masilotti.com/testing-nsurlsession-input/

nwest commented 8 years ago

Great idea!