smartsheet / smartsheet-java-sdk

Library that uses Java to connect to Smartsheet services.
Apache License 2.0
3 stars 12 forks source link

Add helpers #90

Closed DonoA closed 2 months ago

DonoA commented 2 months ago

Added helper methods to some resources. As a consumer of the SDK, the fact that listing and retrieving sheets is so difficult is a pain. Adding these helpers smooths things over.

Additionally, updated tests and readme to leverage new methods.