Tagged
networking
Article
Authorization and retrying of web requests for OkHttp and Retrofit
5 minute read
Most remote APIs require some form of authorization in order to access them. We will explore using OkHttp Interceptors and Authorizers to authorize our web requests for use with OkHttp and Retrofit.