All Projects → SUSE → salt-netapi-client

SUSE / salt-netapi-client

Licence: MIT License
Java bindings for the Salt API

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to salt-netapi-client

pepperboard
Simple and modular dashboard toolkit for SaltStack
Stars: ✭ 26 (-66.67%)
Mutual labels:  salt, salt-master
salt-ssh-install-salt-minion
利用salt-ssh批量部署salt-minion
Stars: ✭ 19 (-75.64%)
Mutual labels:  salt, salt-minion
RESTEasy
REST API calls made easier
Stars: ✭ 12 (-84.62%)
Mutual labels:  api-client
webapi
WAI based library for web api
Stars: ✭ 27 (-65.38%)
Mutual labels:  api-client
HaloSharp
A C# wrapper for the Halo® 5 Game Data API.
Stars: ✭ 24 (-69.23%)
Mutual labels:  api-client
activecollab-feather-sdk
PHP SDK for ActiveCollab 5 and 6 API
Stars: ✭ 47 (-39.74%)
Mutual labels:  api-client
healthchecksio
Update and display the status of your healthchecks.io checks.
Stars: ✭ 30 (-61.54%)
Mutual labels:  api-client
bitrix
Bitrix24 REST API client that doesn't suck. Suffer no more.
Stars: ✭ 59 (-24.36%)
Mutual labels:  api-client
helpscout-docs-api-php
DocsApi client for HelpScout
Stars: ✭ 21 (-73.08%)
Mutual labels:  api-client
genderize
Python client for the Genderize.io web service.
Stars: ✭ 59 (-24.36%)
Mutual labels:  api-client
ruby-ipfs-http-client
A client library for the IPFS HTTP API, implemented in Ruby.
Stars: ✭ 21 (-73.08%)
Mutual labels:  api-client
ISalt
ISalt: Interactive Salt Programming
Stars: ✭ 61 (-21.79%)
Mutual labels:  salt
doccano-client
A simple client wrapper for doccano API.
Stars: ✭ 52 (-33.33%)
Mutual labels:  api-client
approveapi-go
A Go library for using ApproveAPI
Stars: ✭ 16 (-79.49%)
Mutual labels:  api-client
CveXplore
CveXplore
Stars: ✭ 21 (-73.08%)
Mutual labels:  api-client
idy
👓 An ID obfuscator for ActiveRecord
Stars: ✭ 15 (-80.77%)
Mutual labels:  salt
protonmail-api
✉ Node.js API for ProtonMail
Stars: ✭ 108 (+38.46%)
Mutual labels:  api-client
Workday.WebServices
Workday API clients
Stars: ✭ 18 (-76.92%)
Mutual labels:  api-client
laravel-bitcoinrpc
Bitcoin JSON-RPC Service Provider for Laravel.
Stars: ✭ 83 (+6.41%)
Mutual labels:  api-client
tyfon
typed functions over network
Stars: ✭ 38 (-51.28%)
Mutual labels:  api-client

Build Status Maven Central

salt-netapi-client

Java bindings for the Salt API, please have a look at the Javadoc for v0.19.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.19.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.

Style guide

  • Indentations are represented with 4 spaces
  • The maximum line length should not exceed 120
  • Wrapped lines should be indented twice (8 spaces)
  • Files should end with a new line
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].