Skip to content

smatei/salt-netapi-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Maven Central

salt-netapi-client

Java bindings for the [Salt API] (http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.10.0] (http://suse.github.io/salt-netapi-client/docs/v0.10.0) or [master] (http://suse.github.io/salt-netapi-client/docs/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.10.0</version>
</dependency>

Code examples

There is some basic [code examples] (https://github.com/SUSE/salt-netapi-client/tree/master/src/test/java/com/suse/salt/netapi/examples) available to help you getting started with the library.

Contributing

Pull requests are always welcome, please see [issues] (https://github.com/SUSE/salt-netapi-client/issues) for a list of things to possibly tackle.

Style guide

  • Indentations are represented with 4 spaces
  • The maximum line length should not exceed 92
  • Wrapped lines should be indented twice (8 spaces)
  • Files should end with a new line

About

Java bindings for the Salt API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%