Hi,
I am using HTTPStubber and love its simplicity and power.
I was wondering what would be the best approach to use it in a project with iOS 11+ support ?
Since I can't use async/await, is there any way I can still use it? Or should I start looking at a custom implementation (or revert back to the old OHHTTPStubs 😒)?
Any thoughts?
Hi,
I am using HTTPStubber and love its simplicity and power.
I was wondering what would be the best approach to use it in a project with iOS 11+ support ?
Since I can't use
async/await, is there any way I can still use it? Or should I start looking at a custom implementation (or revert back to the old OHHTTPStubs 😒)?Any thoughts?