Sha256: ce9b470b89472825f741b71f0de8196d1c2105b13e3206bad2d391ecaf8c7937

Contents?: true

Size: 183 Bytes

Versions: 25

Compression:

Stored size: 183 Bytes

Contents

class Shelly::Client
  def add_ssh_key(ssh_key)
    post("/ssh_keys", :ssh_key => ssh_key)
  end

  def delete_ssh_key(ssh_key)
    delete("/ssh_keys", :ssh_key => ssh_key)
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

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