Last active
September 24, 2023 10:24
-
-
Save chrismessina/a1b5f1a115d18aade207dc46e268efb6 to your computer and use it in GitHub Desktop.
Clubhouse API methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# source: https://theori.io/research/korean/analyzing-clubhouse/ | |
record_action_trails | |
start_phone_number_auth | |
call_phone_number_auth | |
resend_phone_number_auth | |
complete_phone_number_auth | |
check_waitlist_status | |
get_release_notes | |
get_all_topics | |
get_topic | |
get_clubs_for_topic | |
get_users_for_topic | |
update_name | |
update_displayname | |
update_bio | |
update_username | |
update_twitter_username | |
update_skintone | |
add_user_topic | |
remove_user_topic | |
update_notifications | |
add_email | |
get_settings | |
update_instagram_username | |
report_incident | |
get_followers | |
get_following | |
get_mutual_follows | |
get_suggested_follows_friends_only | |
get_suggested_follows_all | |
get_suggested_follows_similar | |
ignore_suggested_follow | |
follow | |
follow_multiple | |
unfollow | |
update_follow_notifications | |
block | |
unblock | |
get_profile | |
get_channel | |
get_channels | |
get_suggested_speakers | |
create_channel | |
join_channel | |
leave_channel | |
active_ping | |
end_channel | |
invite_speaker | |
uninvite_speaker | |
mute_speaker | |
make_moderator | |
accept_speaker_invite | |
reject_speaker_invite | |
invite_to_existing_channel | |
audience_reply | |
make_channel_public | |
make_channel_social | |
block_from_channel | |
get_welcome_channel | |
reject_welcome_channel | |
change_handraise_settings | |
get_create_channel_targets | |
update_channel_flags | |
hide_channel | |
get_notifications | |
get_actionable_notifications | |
ignore_actionable_notification | |
me | |
get_online_friends | |
search_users | |
search_clubs | |
check_for_update | |
get_suggested_invites | |
invite_to_app | |
invite_from_waitlist | |
invite_to_new_channel | |
accept_new_channel_invite | |
reject_new_channel_invite | |
cancel_new_channel_invite | |
add_club_admin | |
add_club_member | |
get_club | |
get_club_members | |
get_suggested_club_invites | |
remove_club_admin | |
remove_club_member | |
accept_club_member_invite | |
follow_club | |
unfollow_club | |
get_club_nominations | |
approve_club_nomination | |
reject_club_nomination | |
get_clubs | |
update_is_follow_allowed | |
update_is_membership_private | |
update_is_community | |
update_club_description | |
update_club_rules | |
update_club_topics | |
add_club_topic | |
remove_club_topic | |
get_events | |
get_events_for_user | |
get_events_to_start | |
delete_event | |
create_event | |
edit_event | |
get_event |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment