Open nashfive opened 2 years ago
OHHTTPStubs still does the job ;)
We plan to move the stubber in a separate repository within the following 2-3 weeks.
Wow! That's awesome @malcommac! Let me know when you guys start working on it :)
Sorry for the delay, but we are a bit busy these weeks. I'll resume this task ASAP.
@malcommac no worries :) I've noticed the new Parrot repository, I guess it's the stubber? Let me know if I can help/contribute in any way...
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?