The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
34 views

Ruby wrapper for stackoverflow api - Serel, Pilha

Serel and pilha are good ruby wrappers for stackexchange api. But i am not able to access the body method for question and answers. The body method returns nil. I want the content of questions and ...
5
votes
0answers
447 views

Pilha - Ruby Wrapper to the Stack Exchange API

Warning: there's still a lot of work to be done. Edit: Pilha has been updated and now it supports most of the stack exchange api. There's still work to be done and the gem should be completely ...
0
votes
0answers
31 views

How to add stackoverflow api to ruby on rails app

I created ruby on rails app. And i want to crawl data form stackoverflow, i know to use stackoverflow api but i don't know to add it to my app. Please help me, add it to ruby on rails app. I user ...