public interface TargetProductClient
The class of ProductClient.
-
Method Summary
-
Method Details
-
getProducts
@GET
@Path("/${tenant}/products")
List<Object> getProducts()
-
getProductByCode
@GET
@Path("/${tenant}/products/?q=code:{code}")
List<Object> getProductByCode(@PathParam("code")
String code)