Displaying 1 result from an estimated 1 matches for "papri".
Did you mean:
capri
2013 Feb 10
1
How to add body parameter in Serel gem (stackoverflow api)
Actually when i try to access a question using serel gem(which is a ruby
wrapper for stackoverflow api), i get an object with no body parameter
included in it.
questions = Serel::Question.find(id)
see http://api.stackoverflow.com/1.1/usage/methods/questions-by-ids.
According to this, we need to turn the body parameter true.
How to turn the parameter "body" true.
--
You received