-
Notifications
You must be signed in to change notification settings - Fork 437
Add permission support for workbook #460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add permission support for workbook #460
Conversation
* _PermissionsEndpoint to be used inside Endpoint that has the calls * Added a couple of classes related to permissions, followed naming convention of API
…thon into permissions
Thank you for the PR! I have another MR in progress that changes the design a bit, and covers support for workbooks (#429) that would supersede this. I'd appreciate your review or thoughts/concerns on the design changes; but 429 covers all the new types coming soon to Server, and plays with some of the existing patterns well. |
Thanks for your response @t8y8 Sorry, I didn't see that PR. Not a problem, I will close this one. |
I have taken the work that @DepthDeluxe did in #292 and tried to implement most of the suggestions left in the code review, as well as adding some more tests.
I've restricted the scope to workbooks as suggested in #292 for ease of review. I will add the support for projects and datasources once I've gotten some feedback.
Here is a sample usage: