Module me_api

Module me_api 

Source

Enums§

AddMyStarError
struct for typed errors of method add_my_star
AddMyUserTagError
struct for typed errors of method add_my_user_tag
ChangeMyIconError
struct for typed errors of method change_my_icon
ChangeMyNotifyCitationError
struct for typed errors of method change_my_notify_citation
ChangeMyPasswordError
struct for typed errors of method change_my_password
EditMeError
struct for typed errors of method edit_me
EditMyUserTagError
struct for typed errors of method edit_my_user_tag
GetMeError
struct for typed errors of method get_me
GetMyChannelSubscriptionsError
struct for typed errors of method get_my_channel_subscriptions
GetMyExternalAccountsError
struct for typed errors of method get_my_external_accounts
GetMyIconError
struct for typed errors of method get_my_icon
GetMyNotifyCitationError
struct for typed errors of method get_my_notify_citation
GetMyQrCodeError
struct for typed errors of method get_my_qr_code
GetMySessionsError
struct for typed errors of method get_my_sessions
GetMyStampHistoryError
struct for typed errors of method get_my_stamp_history
GetMyStarsError
struct for typed errors of method get_my_stars
GetMyTokensError
struct for typed errors of method get_my_tokens
GetMyUnreadChannelsError
struct for typed errors of method get_my_unread_channels
GetMyUserTagsError
struct for typed errors of method get_my_user_tags
GetMyViewStatesError
struct for typed errors of method get_my_view_states
GetOidcUserInfoError
struct for typed errors of method get_oidc_user_info
GetUserSettingsError
struct for typed errors of method get_user_settings
LinkExternalAccountError
struct for typed errors of method link_external_account
ReadChannelError
struct for typed errors of method read_channel
RegisterFcmDeviceError
struct for typed errors of method register_fcm_device
RemoveMyStarError
struct for typed errors of method remove_my_star
RemoveMyUserTagError
struct for typed errors of method remove_my_user_tag
RevokeMySessionError
struct for typed errors of method revoke_my_session
RevokeMyTokenError
struct for typed errors of method revoke_my_token
SetChannelSubscribeLevelError
struct for typed errors of method set_channel_subscribe_level
UnlinkExternalAccountError
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
自分に紐付けられている外部ログインアカウントの紐付けを解除します。