Sha256: 38c80bb5ee5b19dad810a13f2d112b3bc480406dd065e4bff5c9c8eb9751e57d

Contents?: true

Size: 168 Bytes

Versions: 23

Compression:

Stored size: 168 Bytes

Contents

class Shelly::Client
  def register_user(email, password, ssh_key)
    post("/users", :user => {:email => email, :password => password, :ssh_key => ssh_key})
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
shelly-0.4.12 lib/shelly/client/users.rb
shelly-0.4.11 lib/shelly/client/users.rb
shelly-0.4.10 lib/shelly/client/users.rb
shelly-0.4.9 lib/shelly/client/users.rb
shelly-0.4.8 lib/shelly/client/users.rb
shelly-0.4.7 lib/shelly/client/users.rb
shelly-0.4.6 lib/shelly/client/users.rb
shelly-0.4.5 lib/shelly/client/users.rb
shelly-0.4.4 lib/shelly/client/users.rb
shelly-0.4.2 lib/shelly/client/users.rb
shelly-0.4.1 lib/shelly/client/users.rb
shelly-0.4.0 lib/shelly/client/users.rb
shelly-0.4.0.pre lib/shelly/client/users.rb
shelly-0.3.8 lib/shelly/client/users.rb
shelly-0.3.7 lib/shelly/client/users.rb
shelly-0.3.6 lib/shelly/client/users.rb
shelly-0.3.5 lib/shelly/client/users.rb
shelly-0.3.5.pre lib/shelly/client/users.rb
shelly-0.3.4 lib/shelly/client/users.rb
shelly-0.3.3 lib/shelly/client/users.rb