Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# apache-cloudstack-java-client
##Project status: [![Build Status](http://jenkinsbadge.autonomiccs.com.br/buildStatus/icon?job=Apache-cloudstack-java-client)](http://jenkins.autonomiccs.com.br/job/Apache-cloudstack-java-client/)<a style="padding-right: 2px; padding-left: 1px;" href="https://sonar.autonomiccs.com.br/"><img alt="Sonar quality gate" src="http://sonarbadges.autonomiccs.com.br/api/badges/gate?key=apache-cloudstack-java-client"/></a><a href="https://sonar.autonomiccs.com.br/" style="padding-right: 2px;" ><img alt="Code coverage" src="http://sonarbadges.autonomiccs.com.br/api/badges/measure?key=apache-cloudstack-java-client&metric=overall_coverage"/></a><a href="https://sonar.autonomiccs.com.br/" style="padding-right: 2px;" ><img alt="duplicated lines density" src="http://sonarbadges.autonomiccs.com.br/api/badges/measure?key=apache-cloudstack-java-client&metric=duplicated_lines_density"/></a><a href="https://sonar.autonomiccs.com.br/" style="padding-right: 2px;" ><img alt="bugs" src="http://sonarbadges.autonomiccs.com.br/api/badges/measure?key=apache-cloudstack-java-client&metric=bugs"/></a>
This project facilitates the integration of Java applications with Apache CloudStack through its API. It is a Java framework that enables the execution of requests to Apache CloudStack API. If you want to write only a simple script I recommend you using <a href="https://github.com/apache/cloudstack-cloudmonkey">CloudMonkey</a>, instead of this framework. However, if you have the need to write a Java application that has to consume Apache CloudStack API, you are welcome to use this framework.

You can find examples on how to use the framework at <a href="https://github.com/Autonomiccs/apache-cloudstack-java-client/tree/master/samples/apache-cloudstack-client-examples">examples</a>. The usage is as simple as that:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<artifactId>apache-cloudstack-java-client</artifactId>
<version>0.0.1-SNAPSHOT</version>

<name>Apache CloudStack Java Client</name>
<name>apache-cloudstack-java-client</name>

<description>This project facilitates the integration of Java applications with Apache CloudStack through its API.</description>

Expand Down