immobiliare / RealHTTP

🌀swift async http client - fast, lightweight, type-safe
MIT License
282 stars 28 forks source link

Use HTTPStubber with iOS < 13 ? #43

Open nashfive opened 2 years ago

nashfive commented 2 years ago

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?

nashfive commented 2 years ago

OHHTTPStubs still does the job ;)

malcommac commented 2 years ago

We plan to move the stubber in a separate repository within the following 2-3 weeks.

nashfive commented 2 years ago

Wow! That's awesome @malcommac! Let me know when you guys start working on it :)

malcommac commented 2 years ago

Sorry for the delay, but we are a bit busy these weeks. I'll resume this task ASAP.

nashfive commented 2 years ago

@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...