C# Class XamarinImgur.APIWrappers.Comments

Show file Open project: akshay2000/MonocleGiraffe

Public Methods

Method Description
CreateComment ( string comment, string imageId, long parentId = null ) : Task>
Vote ( long commentId, string vote ) : Task>

Method Details

CreateComment() public static method

public static CreateComment ( string comment, string imageId, long parentId = null ) : Task>
comment string
imageId string
parentId long
return Task>

Vote() public static method

public static Vote ( long commentId, string vote ) : Task>
commentId long
vote string
return Task>