jhoerr / box-csharp-sdk-v2

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

Entity Members #52

Open ericrtodd opened 11 years ago

ericrtodd commented 11 years ago

Was there a design consideration when limiting the properties for Entity to that of a Comment item? As opposed to the properties available on a search result?

jhoerr commented 11 years ago

Can you describe the problem you're having?

ericrtodd commented 11 years ago

When trying to display details from search results (e.g. createdby ,modifiedby, owner, etc), another File request is needed. If there are enough search results, then the number of subsequent File requests can get me a 429 (too many requests) response. Not a deal breaker with what I am currently working on, but I was wondering if there was a specific reason for the design implementation.