smartsheet-platform / smartsheet-csharp-sdk

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

add Callbacks and CallbackEvents to SDK #139

Open MarkIannucci opened 2 years ago

MarkIannucci commented 2 years ago

I noticed that Callback objects and CallbackEvent objects are not in the SDK, but they appear in the documentation. We're using this SDK in a project which receives SmartSheet's callbacks and callback events. It would be nice if they were included in the SDK so we wouldn't have to maintain these objects independently of SmartSheet.