SUSE / salt-netapi-client

Java bindings for the Salt API
MIT License
85 stars 95 forks source link
api-client http java java8 salt salt-api salt-master salt-minion

Build Status Maven Central

salt-netapi-client

Java bindings for the Salt API, please have a look at the Javadoc for v0.21.0 or master.

How to use it

Add the following dependency to the pom.xml file of your project:

<dependency>
    <groupId>com.suse.salt</groupId>
    <artifactId>salt-netapi-client</artifactId>
    <version>0.21.0</version>
</dependency>

Code examples

There is some basic code examples available to help you getting started with the library.

Contributing

Pull requests are always welcome, please see issues for a list of things to possibly tackle.

Make sure you have Git commit signing enabled. If you are not doing it already, check out the GitHub documentation.

Style guide