class

Dogapi::V1::CommentService

Inherits Dogapi::APIService < Reference < Object

Instance methods

comment(message, options = {} of String => String)

Submit a comment.

Source
delete_comment(comment_id)
Source
update_comment(comment_id, message, options = {} of String => String)

Update a comment.

Source