smartsheet / smartsheet-csharp-sdk

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

Removing GetSheet implementation with nulls #72

Closed SmarMykel closed 3 months ago

SmarMykel commented 3 months ago

@timothodge helping me build my project today discovered that GetSheet implementation with all the nulls implemented creates ambiguity for the other implementations that don't have the nulls implemented. This MR removes the other implementations that creates this ambiguity!

SmarMykel commented 3 months ago

Screenshot 2024-05-17 at 15 34 25

Example of program.cs sample to GetSheet without passing nulls to the method

SmarMykel commented 3 months ago

Example of running the project with the new changed GetSheet Screenshot 2024-05-17 at 15 42 01