Open gunyu1019 opened 3 days ago
temporary_restrict
add_restrict
remove_restrict
/manage/v1/channels/{channel_id}/temporary-restrict-users
/manage/v1/channels/{channelId}/restrict-users
/manage/v1/channels/{channel_id}/restrict-users/{target_id}
chat_activity_count
/manage/v1/channels/{channel_id}/users/{target_id}/chat-activity-count
add_role
remove_role
/manage/v1/channels/{channel_id}/streaming-roles
/manage/v1/channels/{channel_id}/streaming-roles/{target_id}
get_chat_rule
add_chat_rule
/manage/v1/channels/{channel_id}/chat-rules
set_chat_rule
get_prohibit_word
add_prohibit_word
remove_prohibit_word
remove_prohibit_word_all
edit_prohibit_word
/manage/v1/channels/{channel_id}/chats/prohibit-words
/manage/v1/channels/{channel_id}/chats/prohibit-words/{prohbit_word_number}
setting
stream
subscribers
followers
videos
/manage/v1/channels/{channel_id}/live-setting
/manage/v1/channels/{channel_id}/streams
/manage/v1/channels/{channel_id}/subscribers
/manage/v1/channels/{channel_id}/followers
/manage/v1/channels/{channel_id}/videos
Reference a kimcore/chzzk
This feature will patched in major update or minor update.
Describe the new feature
TODO
temporary_restrict
method at clientadd_restrict
method at clientremove_restrict
method at clienttemporary_restrict
method at http (POST/manage/v1/channels/{channel_id}/temporary-restrict-users
)add_restrict
method at http (POST/manage/v1/channels/{channelId}/restrict-users
)remove_restrict
method at http (DELETE/manage/v1/channels/{channel_id}/restrict-users/{target_id}
)chat_activity_count
method at clientchat_activity_count
method at http (GET/manage/v1/channels/{channel_id}/users/{target_id}/chat-activity-count
)add_role
method at clientremove_role
method at clientadd_role
method at http (POST/manage/v1/channels/{channel_id}/streaming-roles
)remove_role
method at http (DELETE/manage/v1/channels/{channel_id}/streaming-roles/{target_id}
)get_chat_rule
method at clientadd_chat_rule
method at clientget_chat_rule
method at http (GET/manage/v1/channels/{channel_id}/chat-rules
)set_chat_rule
method at http (PUT/manage/v1/channels/{channel_id}/chat-rules
)get_prohibit_word
method at clientadd_prohibit_word
method at clientremove_prohibit_word
method at clientremove_prohibit_word_all
method at clientedit_prohibit_word
method at clientget_prohibit_word
method at http (GET/manage/v1/channels/{channel_id}/chats/prohibit-words
)add_prohibit_word
method at http (POST/manage/v1/channels/{channel_id}/chats/prohibit-words
)remove_prohibit_word
method at http (DELETE/manage/v1/channels/{channel_id}/chats/prohibit-words/{prohbit_word_number}
)remove_prohibit_word_all
method at http (DELETE/manage/v1/channels/{channel_id}/chats/prohibit-words
)edit_prohibit_word
method at http (PUT/manage/v1/channels/{channel_id}/chats/prohibit-words/{prohbit_word_number}
)setting
method at clientstream
method at clientsubscribers
method at clientfollowers
method at clientvideos
method at clientsetting
method at http (PUT/manage/v1/channels/{channel_id}/live-setting
)stream
method at http (GET/manage/v1/channels/{channel_id}/streams
)subscribers
method at http (GET/manage/v1/channels/{channel_id}/subscribers
)followers
method at http (GET/manage/v1/channels/{channel_id}/followers
)videos
method at http (GET/manage/v1/channels/{channel_id}/videos
)Addition Context
Reference a kimcore/chzzk