Skip to content

Instantly share code, notes, and snippets.

@lkaczanowski
lkaczanowski / RestSharpExtensions.cs
Last active November 4, 2022 23:08
RestSharp extensions for error handling
using System;
using System.Net;
using System.Text;
using RestSharp;
namespace RestSharpExtensions
{
internal static class RestSharpExtensions
{