add/3 | Add a comment to an existing file. |
delete/3 | Delete an existing comment on a file. |
edit/4 | Edit an existing comment on a file. |
add(Token::string(), File::string(), Comment::string()) -> http_response()
Add a comment to an existing file.
delete(Token::string(), File::string(), CommentId::string()) -> http_response()
Delete an existing comment on a file.
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.