This is a first effort to create a Java version of the Synplicity API. It uses the JSON format to communicate with the Syncplicity REST API. And small example is included
To execute the test it is necessary to include the Syncplicity user and password in src/test/resources/JUnit.properties
- org.apache.httpcomponents:httpclient
- org.apache.httpcomponents:httpmime
- com.google.code.gson:gson
- commons-cli:commons-cli
- Add Test
- Add Error Control
- Add SLF4J
- All the API methods completed except the users methods, as I don't have a corporate account.