Module: SecureShare::Client::Follow

Included in:
SecureShare::Client
Defined in:
lib/secureshare/client/follow.rb

Instance Method Summary collapse

Instance Method Details

#follow(vault_name, options = {}) ⇒ Object



5
6
7
# File 'lib/secureshare/client/follow.rb', line 5

def follow vault_name, options={}
  post "/v1/vaults/#{config.org_name}/#{vault_name}/follow", options
end