-
.net 6?
Hi, Any estimate on .net 6 for the api? Issue seems to be RestSharp and its last major update. Your code when pushed to new AWS .net 6 runtime fails: Void RestSharp.RestClient.set_FollowRedirects(Boo…1 · -
Re: Help! Webhook Creation Error
We have a two stage process (I'm afraid this is c# from our api wrapper) long inpHook = await smartSrv.CreateWebHook(sheetId); Assert.NotEqual(0, inpHook); long rtnHook = await smartSrv.EnableWebHook…1 ·