Skip to content

codebottle-io/codebottle-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Ruby library to interact with CodeBottle's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages