If you want to use the mod you need to authorize your application via client_id and client secret (see: Creatubbles API documentation for more details).
For now you can receive the client_id and client_secret by sending an email request to [email protected]
A Java library to assist in interations between Java applications and the Creatubbles Web Services API
Please check out the Creatubbles API documentation to see the structure of calls to and responses back from the Web Service
This project uses gradle. To set it up, simply clone and open up a terminal in the cloned folder, then run gradlew eclipse
for Eclipse, or gradlew idea
for IntelliJ IDEA. This will generate a project which you can then import into your IDE.