egnyte / egnyte-dotnet

.NET SDK for the Egnyte Public API
5 stars 17 forks source link

Support for Permissions API v2 #16

Closed FenomPL closed 4 years ago

FenomPL commented 4 years ago

Just FYI: this is a kind of breaking change for SetFolderPermissions...

mikuam commented 4 years ago

Thanks @FenomPL, I'll note that when I'll prepare a NuGet package out of it, but I'm not quite sure when that would be. Good job on making the change!

FenomPL commented 4 years ago

Ok, I am about to write some code to support metadata so I'm thinking about rewriting Permissions to include [Obsolete] attribute. Will let you know in a week of time. Thanks!

lroos commented 4 years ago

Ok, I am about to write some code to support metadata @FenomPL there's was a metadata API implementation here https://github.com/lroos/egnyte-dotnet/tree/feat/metadata-api/Egnyte.Api. Didn't want to PR it because it's not actually my code