Open ghost opened 1 year ago
If you want to submit a pr for it, I'd be more than happy to accept it. I think long term the approach would probably just use the HttpClient / HttpClientFactory
If we do this, we should also drop newtonsoft json and use System.Text.Json
RestSharp v107 introduced breaking changes, mainly in that it removes the
IRestClient
andIRestRequest
interfaces. Are there plans to update this library to support newer versions of RestSharp?