Returns a raw HTTP response for post /api/v1/comments/{owner}/{repo}/{parent_comment_id}/like, but is otherwise the same as
[LikeServiceAsync.create]..
public CompletableFuture<HttpResponseFor<LikeCreateResponse>> create(
String parentCommentId,
LikeCreateParams params
)Returns a raw HTTP response for post /api/v1/comments/{owner}/{repo}/{parent_comment_id}/like, but is otherwise the same as
[LikeServiceAsync.create].
| Name | Type | Description |
|---|---|---|
parentCommentId* | String | |
params* | LikeCreateParams |