Sha256: a9f9895ce50cc97962a81fa12f8e1ac51512c84614e1801c619da947c0164bf8

Contents?: true

Size: 138 Bytes

Versions: 42

Compression:

Stored size: 138 Bytes

Contents

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

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
shelly-0.5.7 lib/shelly/client/users.rb
shelly-0.5.6 lib/shelly/client/users.rb
shelly-0.5.5 lib/shelly/client/users.rb
shelly-0.5.4 lib/shelly/client/users.rb
shelly-0.5.3 lib/shelly/client/users.rb
shelly-0.5.2 lib/shelly/client/users.rb
shelly-0.5.1 lib/shelly/client/users.rb
shelly-0.5.0 lib/shelly/client/users.rb
shelly-0.4.42 lib/shelly/client/users.rb
shelly-0.4.41 lib/shelly/client/users.rb
shelly-0.4.40 lib/shelly/client/users.rb
shelly-0.4.39 lib/shelly/client/users.rb
shelly-0.4.38 lib/shelly/client/users.rb
shelly-0.4.37 lib/shelly/client/users.rb
shelly-0.4.36 lib/shelly/client/users.rb
shelly-0.4.35 lib/shelly/client/users.rb
shelly-0.4.34 lib/shelly/client/users.rb
shelly-0.4.33 lib/shelly/client/users.rb
shelly-0.4.32 lib/shelly/client/users.rb
shelly-0.4.31 lib/shelly/client/users.rb