All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.sniggle.matemonkey4j.product.ProductsCallable Maven / Gradle / Ivy

The newest version!
package me.sniggle.matemonkey4j.product;

import me.sniggle.matemonkey4j.BaseMateMonkeyCallable;
import me.sniggle.matemonkey4j.api.model.result.ProductResult;

/**
 * @author tuxbox, sniggle.me
 *
 * Callable to query for all products
 */
public class ProductsCallable extends BaseMateMonkeyCallable {

  /**
   * the default constructor
   */
  public ProductsCallable() {
    super(ProductResult.class, "/products");
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy