public interface ReactionApi
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Boolean> |
deleteReaction(Reaction reaction) |
ApiResponse<List<Reaction>> |
getReactions(String postId) |
ApiResponse<Reaction> |
saveReaction(Reaction reaction) |
ApiResponse<Reaction> saveReaction(Reaction reaction)
ApiResponse<List<Reaction>> getReactions(String postId)
ApiResponse<Boolean> deleteReaction(Reaction reaction)
Copyright © 2018. All rights reserved.