Retrofit kotlin DSL extension for retrying calls how many times you want
Retrofit kotlin DSL extension for retrying calls how many times you want
retryCall {
config { retries = 3 }
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.