lucjon / Py-StackExchange

A Python binding for the StackExchange API
http://stackapps.com/questions/198/py-stackexchange-an-api-wrapper-for-python
BSD 3-Clause "New" or "Revised" License
229 stars 76 forks source link

Missing useful attributes on questions #47

Closed coreydaley closed 8 years ago

coreydaley commented 8 years ago

Question data available after doing a search does not contain some very useful data, including: is_answered, link, and answer_count

lucjon commented 8 years ago

Thanks a lot for spotting those! That's the pull request merged now. :)

vkotovv commented 7 years ago

Another attribute is missing -- #63