q231950 / the-stubborn-network

A Swifty and clean stubbing machine.
MIT License
6 stars 3 forks source link

Add Support for dataTaskPublisher #8

Closed q231950 closed 4 years ago

q231950 commented 4 years ago

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

q231950 commented 4 years ago

This would come for free with #22

q231950 commented 4 years ago

Resolved by adopting URLProtocol based stubs in #37 .