smartsheet-platform / smartsheet-python-sdk

Library that uses Python to connect to Smartsheet services (using API 2.0).
Apache License 2.0
136 stars 81 forks source link

Add support for commenter permission level #176

Closed davocarli closed 2 years ago

davocarli commented 2 years ago

Adds the commenter permission level to the AccessLevels enum, and a new access_api_level parameter to Sheets.list_shares.

MatsumiyaT commented 2 years ago

Changes look good to me, we will have to see about doing a manual deployment early next week for this.

davocarli commented 2 years ago

I realized after submitting this PR that I only added support for the api level to the get_sheet operation, but this should probably be added in (several) other places as well. I'll go through and add it in a few more places next week and submit another.