fenomeno83

Results 5 comments of fenomeno83

I've created a my custom solution: https://github.com/fenomeno83/SwaggerGlobalization

Hi. I try to explain better. This is pseudocode where I made a Httpclient post request var exists= CheckIfExistsInDatabase(request); if(exists){ return "exists"; } else{ //make request var httpClient = _clientFactory.CreateClient("RetryClient");...

Hi, how can I wrap Check+Http to retry using polly? Can you make an example? thanks

I've created a my solution: https://github.com/fenomeno83/SwaggerGlobalization