Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.08 KB

DeustoRB

Please don't use this. Yet.

DeustoRB is a simple client for the WebLab Deusto remote laboratory platform.

Based on the Python version.

Build Status

Testing & Development

Download the repo and make your changes (add some tests for them). Then, you can run bundle exec rake and the test suite will run. If it's red, fix it.

Installation - NOT YET

Add this line to your application's Gemfile:

gem 'deustorb'

And then execute:

$ bundle

Or install it yourself as:

$ gem install deustorb

Usage

  client = Deustorb::Client.new('weblab.deusto.server.url.com')

  client.login('username', 'password') # => {"result"=>{"id"=>"some-sesion-id"}, "is_exception"=>false}

  client.list_experiments # => huge hash with experiments

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request