Skip to content

Instantly share code, notes, and snippets.

View keke1210's full-sized avatar
🎯
Focusing

Skerdi Berberi keke1210

🎯
Focusing
View GitHub Profile
@keke1210
keke1210 / RestSharpWithPollyExample.cs
Created January 25, 2023 12:02 — forked from pedrovasconcellos/RestSharpWithPollyExample.cs
Example using restsharp with polly
using Polly;
using RestSharp;
using System;
using System.Collections.Generic;
using System.Net;
using System.Text.Encodings.Web;
using System.Text.Json;
using System.Threading.Tasks;
namespace RestSharpWithPolly