serel icon indicating copy to clipboard operation
serel copied to clipboard

Missing methods

Open thomas-mcdonald opened this issue 12 years ago • 2 comments

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

thomas-mcdonald avatar Mar 01 '12 01:03 thomas-mcdonald

what about getting content of question and answer. The body method returns nil. How to turn on the body parameter.

papriwalprateek avatar Feb 10 '13 06:02 papriwalprateek

@papriwalprateek Try this:

Serel::Question.filter(:withbody).find(id)

I also added this answer to your SO question.

marcamillion avatar Feb 23 '13 00:02 marcamillion