@LogExecutionTime @RestController @RequestMapping(value="/v1/store/{storeid}") @CrossOrigin public class CategoryController extends Object
Constructor and Description |
---|
CategoryController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<ResponseData> |
getCategoryDetails(String storeId,
List<String> seoTokens)
Gets the category details.
|
@RequestMapping(value="/categories", method=GET) @ResponseBody public org.springframework.http.ResponseEntity<ResponseData> getCategoryDetails(@PathVariable(value="storeid") String storeId, @RequestParam(value="seo") List<String> seoTokens) throws CustomException
storeId
- the store idseoTokens
- the seo tokensCustomException
- the custom exceptionCopyright © 2021. All rights reserved.