Open gunyu1019 opened 2 weeks ago
This feature will patched in major update or minor update.
A setting
feature will worked on other issue.
The latest chzzk is not used /manage/v1/channels/{channel_id}/live-setting
url.
Live broadcast settings have been refined.
/manage/v1/channels/{channel_id}/live-setting/normal
/manage/v1/channels/{channel_id}/live-setting/chat
All broadcast manage feature are completed. You can use pre-release version (v1.1.0-pre01) on this commit
Describe the new feature
Add setting of manage 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}
)subscribers
method at clientfollowers
method at clientvideos
method at clientsubscribers
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
)Addsetting
method at clientstream
method at clientAddsetting
method at http (PUT/manage/v1/channels/{channel_id}/live-setting
)stream
method at http (GET/manage/v1/channels/{channel_id}/streams
)Addition Context
Reference a kimcore/chzzk