comments property

CommentInterface comments

The comments interface.

Provides functionality to manipulate comments.

Available Operations:

  • List
  • Retrive
  • Create (Requires Authorization)
  • Update (Requires Authorization)
  • Delete (Requires Authorization)

Implementation

CommentInterface get comments => get<CommentInterface>('comments');