class ProxyAPI::Salt

def autosign_create_key(key)

def autosign_create_key(key)
  parse(post('', "autosign_key/#{CGI.escape(key)}"))
rescue StandardError => e
  raise ProxyException.new(url, e, N_('Unable to create Salt autosign key %s'), key)
end