q231950 / the-stubborn-network

A Swifty and clean stubbing machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for dataTaskPublisher

q231950 opened this issue · comments

With Combine it is likely that URLSession's dataTaskPublisher is used and idiomatic Combine should be supported.

This would come for free with #22

Resolved by adopting URLProtocol based stubs in #37 .