An open API service indexing awesome lists of open source software.

https://github.com/cloudify-cosmo/cloudify-java-rest-client


https://github.com/cloudify-cosmo/cloudify-java-rest-client

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cloudify REST Client for Java [![Build Status](https://jenkins.eks.cloudify.co/buildStatus/icon?job=Java+Rest+Client%2Fmaster)](https://jenkins.eks.cloudify.co/job/Java%20Rest%20Client/job/master/)

**NOTE**: This is still in development

This repository contains a Java implementation for Cloudify's REST API.

## Build Prerequisites

* Maven 3.x+
* JDK 8+

## How to Test

```bash
mvn clean test
```

## How to Build

```bash
mvn clean install
```