equal
deleted
inserted
replaced
402 model = Comment |
402 model = Comment |
403 title = "Get comments" |
403 title = "Get comments" |
404 desc = "Get comments from the workspace, most recent first." |
404 desc = "Get comments from the workspace, most recent first." |
405 args = """<br /> |
405 args = """<br /> |
406 `keys`: (optional) comma separated keys : limit comments from these texts only<br /> |
406 `keys`: (optional) comma separated keys : limit comments from these texts only<br /> |
|
407 `comment_key`: (optional) get only this comment |
407 `name`: (optional) limit comments from this user only |
408 `name`: (optional) limit comments from this user only |
408 `limit`: (optional) limit number of comments returned |
409 `limit`: (optional) limit number of comments returned |
409 """ |
410 """ |
410 |
411 |
411 @staticmethod |
412 @staticmethod |