This directory contains examples of usage of clj-salt-api. To explore, clone this repo and start a repl in your preferred environment using the deps.edn in the project root, e.g.
clj -A:examples
Then you can open samples.clj file, change salt url and credentials and start evaluating forms in comment block. Each sample is a separate function called from comment block. If error occurs, exception is thrown from sample function.