C# Class XamarinImgur.APIWrappers.Comments

Afficher le fichier Open project: akshay2000/MonocleGiraffe

Méthodes publiques

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

Method Details

CreateComment() public static méthode

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

Vote() public static méthode

public static Vote ( long commentId, string vote ) : Task>
commentId long
vote string
Résultat Task>