An easy-to-use Java-API for accessing the SMMDB-API with POJOs.
- Getting the server stats of SMMDB
- Getting and filtering courses from SMMDB (including Super Mario Maker 64 courses)
- Downloading the courses
- Uploading of courses
- Starring and unstarring courses
For binding in the API in your project with Maven, add these lines of code between your "<repositories>" tags:
<repository>
<id>FluentCoding-smmdb-api</id>
<url>https://packagecloud.io/FluentCoding/smmdb-api/maven2</url>
</repository>
... and these between your "<dependencies>" tags:
<dependency>
<groupId>io.fluentcoding</groupId>
<artifactId>smmdb-api</artifactId>
<version>LATEST</version>
</dependency>
For binding in the API in your project with Gradle, add this:
repositories {
// ...
maven {
url "https://packagecloud.io/FluentCoding/smmdb-api/maven2"
}
}
// ...
compile 'io.fluentcoding:smmdbapi:1.0'
To see more information about the detailed usage of this API, visit this page.
For more information about the smmdb project, visit the server at https://smmdb.ddns.net.