| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ruby toolkit to Stackoverflow API
Add this line to your application's Gemfile:
gem 'ruby-stackoverflow'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby-stackoverflow
###Documentation
User Calls
Questions Calls
Badges Calls
Comments Calls
##Configuration
You can add your key and access-token for higher rate limit. To get Key and Access Token you have to register your app to http://stackapps.com/ Run command in your application dir.
$ rails generate ruby_stackoverflow --client_key=<key> --access_token=<access token>
This command will create a ruby_stackoverflow.rb file in config/initializers.
##LICENSE
| Back | FazBrowse Home | New Git URL |