All Questions
Tagged with stackexchange-api ruby-on-rails-3
2 questions
2
votes
0
answers
55
views
How can I not authenticate everytime in StackExchange API calls using JS client?
I am using this code from the StackExchange App Documentation to get the user information from StackOverflow.
// For simplicity, we're using jQuery for some things
// However, the library has no ...
3
votes
2
answers
109
views
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)
...