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
- Host: GitHub
- URL: https://github.com/cloudify-cosmo/cloudify-java-rest-client
- Owner: cloudify-cosmo
- Created: 2020-02-04T12:40:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T05:18:28.000Z (over 2 years ago)
- Last Synced: 2025-07-08T20:23:26.758Z (11 months ago)
- Language: Java
- Size: 180 KB
- Stars: 2
- Watchers: 14
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudify REST Client for Java [](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
```