src/cm/api/handlers.py
changeset 336 f7fb42d3f526
parent 335 74dbc5568bbd
child 415 bacf162c7b58
equal deleted inserted replaced
335:74dbc5568bbd 336:f7fb42d3f526
   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