Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 697 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 697 Bytes

Codebottle Build Status

A Ruby library to interact with CodeBottle's API

Installation

Add this line to your application's Gemfile:

gem 'codebottle'

And then execute:

$ bundle

Or install it yourself as:

$ gem install codebottle

Usage

require "codebottle"

search = Codebottle.search(keywords: "test", limit: 2)
get = Codebottle.get(id: "3467598b")
browse = Codebottle.browse(order: 1, limit: 2)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/codebottle-io/codebottle-ruby.