QiitaEx.API.Comments

Provides comments API interfaces.

Summary

create_item_comment(access_token, item_id, params \\ %{}, headers \\ %{})
delete_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
get_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
list_item_comments(access_token, item_id, params \\ %{}, headers \\ %{})
thank_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
unthank_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
update_comment(access_token, comment_id, params \\ %{}, headers \\ %{})

Functions

create_item_comment(access_token, item_id, params \\ %{}, headers \\ %{})
delete_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
get_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
list_item_comments(access_token, item_id, params \\ %{}, headers \\ %{})
thank_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
unthank_comment(access_token, comment_id, params \\ %{}, headers \\ %{})
update_comment(access_token, comment_id, params \\ %{}, headers \\ %{})