A Ruby library to interact with CodeBottle's API
Add this line to your application's Gemfile:
gem'codebottle'And then execute:
$ bundle
Or install it yourself as:
$ gem install codebottle
require"codebottle"search=Codebottle.search(keywords: "test",limit: 2)get=Codebottle.get(id: "3467598b")browse=Codebottle.browse(order: 1,limit: 2)Bug reports and pull requests are welcome on GitHub at https://github.com/codebottle-io/codebottle-ruby.