Enums§
- AddMy
Star Error - struct for typed errors of method
add_my_star - AddMy
User TagError - struct for typed errors of method
add_my_user_tag - Change
MyIcon Error - struct for typed errors of method
change_my_icon - Change
MyNotify Citation Error - struct for typed errors of method
change_my_notify_citation - Change
MyPassword Error - struct for typed errors of method
change_my_password - Edit
MeError - struct for typed errors of method
edit_me - Edit
MyUser TagError - struct for typed errors of method
edit_my_user_tag - GetMe
Error - struct for typed errors of method
get_me - GetMy
Channel Subscriptions Error - struct for typed errors of method
get_my_channel_subscriptions - GetMy
External Accounts Error - struct for typed errors of method
get_my_external_accounts - GetMy
Icon Error - struct for typed errors of method
get_my_icon - GetMy
Notify Citation Error - struct for typed errors of method
get_my_notify_citation - GetMy
QrCode Error - struct for typed errors of method
get_my_qr_code - GetMy
Sessions Error - struct for typed errors of method
get_my_sessions - GetMy
Stamp History Error - struct for typed errors of method
get_my_stamp_history - GetMy
Stars Error - struct for typed errors of method
get_my_stars - GetMy
Tokens Error - struct for typed errors of method
get_my_tokens - GetMy
Unread Channels Error - struct for typed errors of method
get_my_unread_channels - GetMy
User Tags Error - struct for typed errors of method
get_my_user_tags - GetMy
View States Error - struct for typed errors of method
get_my_view_states - GetOidc
User Info Error - struct for typed errors of method
get_oidc_user_info - GetUser
Settings Error - struct for typed errors of method
get_user_settings - Link
External Account Error - struct for typed errors of method
link_external_account - Read
Channel Error - struct for typed errors of method
read_channel - Register
FcmDevice Error - struct for typed errors of method
register_fcm_device - Remove
MyStar Error - struct for typed errors of method
remove_my_star - Remove
MyUser TagError - struct for typed errors of method
remove_my_user_tag - Revoke
MySession Error - struct for typed errors of method
revoke_my_session - Revoke
MyToken Error - struct for typed errors of method
revoke_my_token - SetChannel
Subscribe Level Error - struct for typed errors of method
set_channel_subscribe_level - Unlink
External Account Error - struct for typed errors of method
unlink_external_account
Functions§
- add_
my_ star - 指定したチャンネルをスターチャンネルに追加します。 スター済みのチャンネルIDを指定した場合、204を返します。 不正なチャンネルIDを指定した場合、400を返します。
- add_
my_ user_ tag - 自分に新しくタグを追加します。
- change_
my_ icon - 自分のアイコン画像を変更します。
- change_
my_ notify_ citation - メッセージ引用通知の設定情報を変更します
- change_
my_ password - 自身のパスワードを変更します。
- edit_me
- 自身のユーザー情報を変更します。
- edit_
my_ user_ tag - 自分の指定したタグの状態を変更します。
- get_me
- 自身のユーザー詳細情報を取得します。
- get_
my_ channel_ subscriptions - 自身のチャンネル購読状態を取得します。
- get_
my_ external_ accounts - 自分に紐付けられている外部ログインアカウント一覧を取得します。
- get_
my_ icon - 自分のアイコン画像を取得します。
- get_
my_ notify_ citation - メッセージ引用通知の設定情報を変更します。
- get_
my_ qr_ code - 自身のQRコードを取得します。 返されたQRコードまたはトークンは、発行後の5分間のみ有効です
- get_
my_ sessions - 自分のログインセッションのリストを取得します。
- get_
my_ stamp_ history - 自分のスタンプ履歴を最大100件まで取得します。 結果は降順で返されます。 このAPIが返すスタンプ履歴は厳密な履歴ではありません。
- get_
my_ stars - 自分がスターしているチャンネルのUUIDの配列を取得します。
- get_
my_ tokens - 有効な自分に発行されたOAuth2トークンのリストを取得します。
- get_
my_ unread_ channels - 自分が現在未読のチャンネルの未読情報を取得します。
- get_
my_ user_ tags - 自分に付けられているタグの配列を取得します。
- get_
my_ view_ states - 自身のチャンネル閲覧状態一覧を取得します。
- get_
oidc_ user_ info - OIDCトークンを用いてユーザー詳細を取得します。 OIDC UserInfo Endpointです。
- get_
user_ settings - ユーザー設定を取得します。
- link_
external_ account - 自分に外部ログインアカウントを紐付けます。 指定した
providerNameがサーバー側で有効である必要があります。 リクエストが受理された場合、外部サービスの認証画面にリダイレクトされ、認証される必要があります。 - read_
channel - 自分が未読のチャンネルを既読にします。
- register_
fcm_ device - 自身のFCMデバイスを登録します。
- remove_
my_ star - 既にスターから削除されているチャンネルを指定した場合は204を返します。
- remove_
my_ user_ tag - 既に存在しないタグを削除しようとした場合は204を返します。
- revoke_
my_ session - 指定した自分のセッションを無効化(ログアウト)します。 既に存在しない・無効化されているセッションを指定した場合も
204を返します。 - revoke_
my_ token - 自分の指定したトークンの認可を取り消します。
- set_
channel_ subscribe_ level - 自身の指定したチャンネルの購読レベルを設定します。
- unlink_
external_ account - 自分に紐付けられている外部ログインアカウントの紐付けを解除します。