Module slacker_file_comment

Function Index

add/3Add a comment to an existing file.
delete/3Delete an existing comment on a file.
edit/4Edit an existing comment on a file.

Function Details

add/3

add(Token::string(), File::string(), Comment::string()) -> http_response()

Add a comment to an existing file.

delete/3

delete(Token::string(), File::string(), CommentId::string()) -> http_response()

Delete an existing comment on a file.

edit/4

edit(Token::string(), File::string(), CommentId::string(), Comment::string()) -> http_response()

Edit an existing comment on a file.


Generated by EDoc, Feb 3 2016, 17:11:45.