smartsheet / smartsheet-csharp-sdk

Library that uses C# to connect to Smartsheet services.
Apache License 2.0
12 stars 6 forks source link

Alternative RestSharp v109 update simplefactory #31

Closed timothodge closed 1 year ago

timothodge commented 1 year ago

Given issues with updating to v107 we could attempt to go up to v109 and leverage a simple factory that will hold many instances based on baseUrl. See attached link.

https://restsharp.dev/usage.html#simple-factory

This is a possible path if we don't have a method forward with v107 changes.