class ProxyAPI::Salt

def autosign_list

def autosign_list
  parse(get('autosign'))
rescue StandardError => e
  raise ProxyException.new(url, e, N_('Unable to fetch autosign list'))
end