Using Polly v8 and RestSharp, how would I build a Generic ResiliencePipeline to account for response header retry-after, exceptions, and logging
Hi I’m new to Polly v8.
I have an API client class built using _client = new RestSharp.RestClient(...);
with methods of this form: