airbnb / okreplay

📼 Record and replay OkHttp network interaction in your tests.
Apache License 2.0
781 stars 71 forks source link

To make OkReplayInterceptor open again. #101

Open dmykhailenko opened 4 years ago

dmykhailenko commented 4 years ago

Hello, In the version 1.5.0 you moved OkReplayInterceptor class to Kotlin and now it's not possible to extend it. Since OkReplayConfig.Builder().interceptor() method accepts only OkReplayInterceptor type it's no longer possible to supply customized interceptor to it. Please consider making OkReplayInterceptor class open. Thank you.

KatieBarnett commented 2 years ago

+1 to this.

towfurious commented 1 year ago

Please make OkReplayInterceptor class open