Skip to content

gateway4labs/deustorb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Weblab Deusto client in Ruby - beta stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages