serel
serel copied to clipboard
Missing methods
While writing the API reference I noticed a few methods are missing
- tag/name/synonyms
- user/ids/timeline
- user/ids/top-answer-tags
- user/ids/top-question-tags
what about getting content of question and answer. The body method returns nil. How to turn on the body parameter.
@papriwalprateek Try this:
Serel::Question.filter(:withbody).find(id)
I also added this answer to your SO question.