An API wrapper for the BlockScore API using Java.
Latest Revision: 3.0.2
API Compatibility: 3.0
##Release Notes Version: 3.0.2
- Fixed a bug in listing verifications.
##System Requirements (For building and usage)
- Java 1.7+
##How to build
- Clone this repository
./gradlew build./gradlew jar(Builds the standard JAR) or./gradlew fatJar(Builds the plug and play jar)
##How to run code quality tools
- Checkstyle (Ensures code style)
./gradlew checkstyleMain - PMD (Checks for bugs)
./gradlew pmdMain - Findbugs (Checks for bugs)
./gradlew findbugsMain - JUnit (Tests)
./gradlew build
##Dependencies Required (If using standard JAR)
- Retrofit 1.6.1+
- Retrofit Converter-Jackson 1.6.1+
- RxJava 1.0+
- OkHTTP 2.0+
- OkHTTP UrlConnection 2.0+