injected configurations
injected service use to handle the catalog related operations
injected service use to handle the follower related operations
injected userId
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status Ok
This handler is used to get a list of user follows by applying the following steps in sequence:
Parse the query to get the pagination options (util.parsePaginatedListQuery)
Check if the pagination options are valid
Get the user follows (followerService.findWithPagination)
Get the user product follows (productService.getUserProductFollows)
Return the user product follows
400 NBError Bad Request
500 NBError Internal Server Error
Generated using TypeDoc
Get user follows handler