Method | Description | |
---|---|---|
CommentsClient ( string clientId ) : System |
Instantiates a client for the Readmill/Users api
|
|
DeleteCommentAsync ( string accessToken, string commentId ) : System.Threading.Tasks.Task | ||
GetCommentByIdAsync ( string commentId, string accessToken = null ) : Task |
|
|
UpdateCommentAsync ( string accessToken, string commentId, |
Method | Description | |
---|---|---|
LoadTemplates ( ) : void |
public CommentsClient ( string clientId ) : System | ||
clientId | string | Client Id of the application, assgined by Readmill when the app is registered |
return | System |
public DeleteCommentAsync ( string accessToken, string commentId ) : System.Threading.Tasks.Task | ||
accessToken | string | |
commentId | string | |
return | System.Threading.Tasks.Task |
public GetCommentByIdAsync ( string commentId, string accessToken = null ) : Task |
||
commentId | string | |
accessToken | string | (optional) for private comments |
return | Task |
public UpdateCommentAsync ( string accessToken, string commentId, |
||
accessToken | string | |
commentId | string | |
updatedComment | ||
return | Task |