You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?The text was updated successfully, but these errors were encountered: