lucidd / saltstack-netapi-client-java

Java client to access the SaltStack net-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saltstack-netapi-client-java Build Status

Java bindings for the [SaltStack 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.5.0] (http://suse.github.io/saltstack-netapi-client-java/docs/v0.5.0) or [master] (http://suse.github.io/saltstack-netapi-client-java/docs/master).

How to use it

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

<dependency>
    <groupId>com.suse.saltstack</groupId>
    <artifactId>saltstack-netapi-client</artifactId>
    <version>0.5.0</version>
</dependency>

Contributing

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 client to access the SaltStack net-api

License:MIT License


Languages

Language:Java 99.7%Language:Shell 0.3%