First time here? Check out the FAQ!

DLu's profile - activity

2016-02-25 01:35:14 -0500 received badge Popular Question (source)
2016-02-25 01:35:14 -0500 received badge Famous Question (source)
2016-02-25 01:35:14 -0500 received badge Notable Question (source)
2014-11-21 17:55:48 -0500 received badge Scholar ( source )
2014-11-21 17:55:46 -0500 received badge Supporter ( source )
2014-11-21 17:39:22 -0500 received badge Student (source)
2014-11-21 16:41:17 -0500 asked a question Adding Answer Functionality to the API

Would the maintainers be open to a pull request that implemented additional functionality for the AskBot API?

Namely, changing /api/v1/questions/<question_id>/ to return

"answers": [5999, 60001]

instead of

"answer_count": 2

and then have an additional endpoint of /api/v1/answers/<answer_id>/ that returns the text of the answer, its vote count and whether it has been accepted or not.