The MapRoulette Java Client is a java library that makes it easy to create Projects, Challenges and Tasks. This library focuses primarily on creation, and does not currently implement any other API endpoints.
For contributing guidelines see CONTRIBUTING.md. These guidelines are essential for anyone providing code contributions.
For information on the API Library see the documentation.
Here is examples of adding the library into a project.
dependencies
{
implementation "org.maproulette.client:maproulette-java-client:0.4.4"
}