mn.foreman.api.endpoints.nicehash.Nicehash Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-api Show documentation
Show all versions of java-api Show documentation
A library for interacting with the Foreman API.
package mn.foreman.api.endpoints.nicehash;
import mn.foreman.api.model.ApiType;
import java.util.List;
/**
* A {@link Nicehash} provides a handler for interacting with the nicehash API
* endpoints.
*/
public interface Nicehash {
/**
* Returns all of the nicehash mappings.
*
* @return The nicehash mappings.
*/
List mappings();
}