jhoerr / box-csharp-sdk-v2

A C# client for the Box API (v2).
http://developers.box.com/docs/
11 stars 15 forks source link

Change to the Comment design #39

Open mascon opened 11 years ago

mascon commented 11 years ago

Box appears to have changed the comment design from files and folders to items.

Does this effect the SDK?

jhoerr commented 11 years ago

Yes, this will require some pieces to be reimplemented. The existing file/folder-centric implementation still appears to work in the meantime.