Complete AniList api integration #208
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.koitharu.kotatsu.core.network
|
||||
|
||||
import okhttp3.Interceptor
|
||||
import okhttp3.Response
|
||||
|
||||
class CurlLoggingInterceptor : Interceptor {
|
||||
|
||||
override fun intercept(chain: Interceptor.Chain): Response {
|
||||
return chain.proceed(chain.request()) // no-op implementation
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user