Is there a Retrofit-level request interceptor wher...
# squarelibraries
g
Is there a Retrofit-level request interceptor where I could process annotations like
Copy code
@ApiVersion(2)
fun remoteCall() : Call<ResponseBody>
or are interceptors only at OkHttp level. (I want to add a query parameter to the annotated endpoints)