ruby-stackoverflow icon indicating copy to clipboard operation
ruby-stackoverflow copied to clipboard

Added support for the queries of similar questions (categorized as a "search" method to mirror the organization of the API docs)

Open chrisvfritz opened this issue 11 years ago • 2 comments

This is the query 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 that strings with spaces could be accepted into the title and not result in an invalid URL.

chrisvfritz avatar Nov 17 '14 18:11 chrisvfritz

I also added support for the /tags query. I see that the latest Travis CI build failed, but it should pass if you restart it. The build failed due to a temporary problem accessing GitHub, rather than anything to do with the code.

chrisvfritz avatar Nov 18 '14 16:11 chrisvfritz

@chrisvfritz thanks for the pull request. can you please add spec

raysrashmi avatar Nov 18 '14 20:11 raysrashmi