forge-api-dotnet-client
forge-api-dotnet-client copied to clipboard
Implement ApiClient Retry
Would be nice if your API had retry logic baked in. There are some scenarios (i.e., network timeouts) where a retry would eliminate false failures. Perhaps wrap the RestSharp.Execute() in retry logic (2 or 3 retries). We are doing this in our handrolled RestSharp implementation if you'd like a sample.
This seems a bit too specific and probably better left off to be implemented in the client app space.
if you got a sample, it be interrested to see