davedelong / StackKit

A CoreData-like approach to a StackOverflow api
Other
147 stars 14 forks source link

Fetch questions with body=false #12

Closed Jon889 closed 14 years ago

Jon889 commented 14 years ago

As far as I'm aware there's no way to fetch questions without their body as of yet?

davedelong commented 14 years ago

That's correct. One of the design decisions I made when building StackKit was that I would never return a partially filled object. Requesting a question without the body would result in an incomplete object.