smartsheet-platform / smartsheet-csharp-sdk

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

Add missing Access Scopes to AccessScopes enum #144

Open elliott-with-the-longest-name-on-github opened 2 years ago

elliott-with-the-longest-name-on-github commented 2 years ago

ADMIN_SIGHTS and ADMIN_WEBHOOKS are missing from the enum. I looked through references to the enum, and it looks like this change should work with no additional changes -- the OAuth module just calls ToString on them to translate them into the REST calls, so the name ADMIN_SIGHTS and ADMIN_WEBHOOKS will pass through just fine.

This fixes #127.