Join Slack
Powered by
Is there a Retrofit-level request interceptor wher...
# squarelibraries
g
gsala
08/19/2020, 7:41 AM
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)
Open in Slack
Previous
Next