titarenko / OAuth2

OAuth2 client implementation for .NET
413 stars 154 forks source link

Any plans to support RestSharp v107+? #152

Open ghost opened 1 year ago

ghost commented 1 year ago

RestSharp v107 introduced breaking changes, mainly in that it removes the IRestClient and IRestRequest interfaces. Are there plans to update this library to support newer versions of RestSharp?

niemyjski commented 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

niemyjski commented 1 year ago

If we do this, we should also drop newtonsoft json and use System.Text.Json