A Java client for Pagure.
This project is currently at Version 0, and is not directly usable yet. There are no test, no docs, and no examples yet
This project is packaged using maven. You can open this in an IDE or run the commands here to get this installed.
mvn dependency:resolve
mvn clean install
The main method is just here temporarily to exercise different methods for development
mvn exec:java -Dexec.mainClass="io.pagure.api.Pagure"
No tests yet :(
Send PRs!
We use SemVer for versioning. Since this is pre-alpha, the version is at 0
This project is licensed under the MIT License. See LICENSE for details