• Parameters

    Returns Promise<IComment>

    Description

    Get comment details

    Async

    Since

    0.1.0

    Example

     getComment({
    commentBoardId: "<comment-board-id>",
    commentId:"<comment-id>"})
    .then(({results}) => console.log(results))

Generated using TypeDoc