createComment abstract method
- @POST("comments")
- @Body() CommentDataRequest commentData
Implementation
@POST("comments")
Future<CommentModel> createComment(@Body() CommentDataRequest commentData);
@POST("comments")
Future<CommentModel> createComment(@Body() CommentDataRequest commentData);