SolveBio Ruby Client
Deprecation Notice
As of July 28th, 2017 the SolveBio Ruby client will officially be unsupported. Many of the endpoints in use have been deprecated. Please contact SolveBio with any questions.
About
This is the SolveBio Ruby module and command-line interface (CLI).
For more information about SolveBio, see solvebio.com.
Guided Installation
To use the guided installer, open up your terminal and paste this:
curl -skL install.solvebio.com/ruby | bash
Manual Installation
sudo gem install solvebio
Installing from Git
First, install dependencies:
gem install rest-client addressable netrc
Install from source:
git clone https://github.com/solvebio/solvebio-ruby.git
cd solvebio-ruby
rake test
sudo rake install
This will install the solvebio
gem and the solvebio.rb
CLI.
Optional Dependencies
The following optional gems can make your shell experience better
-
Better command completion
-
Opens help URLs in a web browser tab
-
Localization for number formatting
Documentation
See the SolveBio API Reference for more information about using the API.