injected service use to handle the chat related operations
injected auth secrets used to handle the authentication
injected logger used to handle the logging
request context [headers, body, params, query].
params.id
is required200 Status OK
This handler will get one topic by applying the following steps in sequence:
Authenticate the request (authenticate)
Get one topic (chatService.getOneTopicAndNormalize)
Return 200 Status OK
400 NBError Bad Request
404 NBError Not Found
500 NBError Internal Server Error
Generated using TypeDoc
Get one topic handler