ruby-stackoverflow
ruby-stackoverflow copied to clipboard
Ruby interface for stackoverflow api
I'm finding this repo useful, and I have some local additions that would be useful for others (search support), but I see some very stale pull requests. Not sure if...
No matter what I try; setting _site_ in configurations or passing it in options like `@all_questions = RubyStackoverflow.questions(options = {:site => 'superuser'})` I still get _options_ as ` :site=>"stackoverflow", :key=>"xZZfDLYQmyfMzQ0adlyK6A((",...
Looks like the following endpoint is not implemented in the gem: https://api.stackexchange.com/docs/top-tags-on-users
Is there a way to get tags independent of user? Thanks!
A portion of the gem is refactored with the goal of improving readability, reducing coupling.
[This is the query](https://api.stackexchange.com/docs/similar) that is now supported through `RubyStackoverflow.similar('This is the title of a hypothetical question', { addition_option_1: 'foo', additional_option_2: 'bar' })` I also improved URL parameter parsing, so...
I want to retrieve information for a single user based on a name (not a substring) or an id - is this possible?