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 'closed_date' attribute for question #63

Closed vkotovv closed 6 years ago

vkotovv commented 7 years ago

According to https://api.stackexchange.com/docs/types/question, Question object has an attribute called closed_date.
But there is no such attribute in the Question model.

lucjon commented 7 years ago

Thanks for spotting this, that should be fixed in master now. Let me know if you notice anything else missing!

vkotovv commented 6 years ago

This was fixed in https://github.com/lucjon/Py-StackExchange/commit/ecb753d68103fefb87dfde2bbfd14ae7bac45b35, closing