the purpose of this project is to replace the need for the various language-specific Smartsheet-SDK projects with one generated from the OpenAPI spec file. the current OpenAPI spec file at https://smartsheet.redoc.ly/ is unusable as-is so this project contains a heavily modified version of that OpenAPI spec and a gradle build script that will generate the Java classes needed to invoke the Smartsheet API.
- Integration Tests
- list of all the integration-tests and methods for tracking progress in implementing them
- Secrets.props
- info about
secrets.propsfile used to keep sensitive data out of integration tests
- info about