davedelong / StackKit

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

Fetching all unanswered questions with specific tags #16

Closed ironfounderson closed 13 years ago

ironfounderson commented 13 years ago

After having looked at the code I can't figure out how to properly ask for all unanswered questions with specific tags. The url could look like this: http://api.stackoverflow.com/1.0/questions/unanswered?tagged=iphone

Is this kind of query possible at the moment?

davedelong commented 13 years ago

Currently no, though I have begun to implement this

davedelong commented 13 years ago

The new URL generation system was just pushed and this is now possible. Be warned though, that "unanswered" questions technically means "questions with no up-voted answers".