Package com.smartsheet.api

Core interfaces and classes for the Smartsheet Java SDK.

This package contains the main entry points for interacting with the Smartsheet API, including the Smartsheet client interface and its factory classes, resource interfaces for accessing different Smartsheet objects (sheets, workspaces, reports, etc.), and exception classes for handling API errors.

To get started, use SmartsheetFactory to create a client instance:

 Smartsheet smartsheet = SmartsheetFactory.createDefaultClient(accessToken);
 
See Also:
Smartsheet, SmartsheetFactory, SmartsheetBuilder