Morpheus Java SDK
The Morpheus Java SDK allows developers to easily work with the Morpheus Appliance APIs. The goal of this API is to front all of the documented Web API interfaces and make it easy to get started. Provision Servers for Provisioning, Provision databases and applications, even handle deployments.
Getting Started
If you haven't already visit www.gomorpheus.com to get a free trial download of the morpheus controller package. Once you have it downloaded and installed simply grab the morpheus-java-sdk from maven or bintray (jcenter) to use in your project. The APIDoc is full of examples within the MorpheusClient
class.
Contributions
All contributions are of course welcome as this is an ACTIVE project. Any help with regards to reviewing platform compatibility, adding more tests, and general cleanup is most welcome. Thanks in advance!