module SecureShare::Client::Follow

Public Instance Methods

follow(vault_name, options={}) click to toggle source
# File lib/secureshare/client/follow.rb, line 5
def follow vault_name, options={}
  post "/v1/vaults/#{config.org_name}/#{vault_name}/follow", options
end